remove console messages

This commit is contained in:
Stefan Tröger
2013-08-04 14:10:05 +00:00
parent 50ae19d812
commit 161f8df17f
4 changed files with 5 additions and 19 deletions

View File

@@ -68,7 +68,6 @@ short ConstraintGroup::mustExecute() const
App::DocumentObjectExecReturn *ConstraintGroup::execute(void)
{
Base::Console().Message("Recalculate constraint group\n");
touch();
return App::DocumentObject::StdReturn;
}