diff --git a/common/BaseObject.cc b/common/BaseObject.cc index 42dd252491ec4ba129c3a253d7693da6b541a42e..c724c57f72540d2fa0ba792210d2841ab641ea65 100644 --- a/common/BaseObject.cc +++ b/common/BaseObject.cc @@ -110,10 +110,6 @@ BaseObject::BaseObject(BaseObject* _parent) : id_ = idGenerator; ++ idGenerator; - if ( PluginFunctions::objectRoot() ) { - PluginFunctions::objectRoot()->dumpTree(); - } - // If the pointer is 0 then something went wrong if ( _parent ) {