[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Aug 14 22:16:09 UTC 2005


SVN commit 449334 by okellogg:

load(): Reduce verbosity.

 M  +2 -2      operation.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/operation.cpp #449333:449334
@@ -318,8 +318,8 @@
                     break;
                 }
                 if (kind.isEmpty()) {
-                    kdDebug() << "UMLOperation::load(" << m_Name << "): "
-                    << "cannot find kind, using default \"in\"." << endl;
+                    // kdDebug() << "UMLOperation::load(" << m_Name << "): "
+                    //  << "cannot find kind, using default \"in\"." << endl;
                     kind = "in";
                 }
             }




More information about the umbrello-devel mailing list