[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Fri Oct 3 13:51:05 UTC 2003
CVS commit by thomas:
quiet this down. Debugging statements not needed
M +1 -7 javacodegenerator.cpp 1.9
--- kdesdk/umbrello/umbrello/codegenerators/javacodegenerator.cpp #1.8:1.9
@@ -47,7 +46,5 @@ JavaCodeGenerator::JavaCodeGenerator ( U
}
-JavaCodeGenerator::~JavaCodeGenerator ( ) {
- kdDebug()<<"JavaCodeGenerator "<<this<<" destroyed"<<endl;
-}
+JavaCodeGenerator::~JavaCodeGenerator ( ) { }
//
@@ -168,6 +165,4 @@ CodeComment * JavaCodeGenerator::newCode
void JavaCodeGenerator::initFields ( ) {
-kdDebug()<<"JAVA CODE GENERTOR INIT"<<endl;
-
setPolicy ( new JavaCodeGenerationPolicy(this, getPolicy()) );
@@ -182,5 +177,4 @@ kdDebug()<<"JAVA CODE GENERTOR INIT"<<en
setCreateANTBuildFile(DEFAULT_BUILD_ANT_DOC);
-kdDebug()<<"JAVA CODE GENERTOR INIT - END"<<endl;
}
More information about the umbrello-devel
mailing list