[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Mar 18 17:05:59 UTC 2005
CVS commit by okellogg:
Remove an obsolete VERBOSE_DEBUGGING.
M +1 -9 umldoc.cpp 1.241
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.240:1.241
@@ -2212,17 +2212,9 @@ void UMLDoc::resolveTypes() {
#ifdef VERBOSE_DEBUGGING
kdDebug() << "UMLDoc: invoking resolveRef() for " << obj->getName()
- << " (id=" << obj->getID() << ")" << endl;
+ << " (id=" << ID2STR(obj->getID()) << ")" << endl;
#endif
obj->resolveRef();
}
kapp->processEvents(); // give UI events a chance
-#ifdef VERBOSE_DEBUGGING
- kdDebug() << "UMLDoc object list after resolveRef():" << endl;
- for (UMLObjectListIt it(m_objectList); it.current(); ++it) {
- UMLObject *obj = it.current();
- kdDebug() << obj->getName() << " (id " << obj->getID()
- << ")" << endl;
- }
-#endif
}
More information about the umbrello-devel
mailing list