Code

remove debug messages that sneaked in
authorishmal <ishmal@users.sourceforge.net>
Sat, 3 Mar 2007 23:00:32 +0000 (23:00 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sat, 3 Mar 2007 23:00:32 +0000 (23:00 +0000)
buildtool.cpp

index 830d3f05db019a67eee28caecbb5f5b4d06828c9..cb1389158dc61018559b7476e5529c3271410018 100644 (file)
@@ -5989,9 +5989,7 @@ public:
             //## Execute the command
 
             String outString, errString;
-            trace("BEFORE");
             bool ret = executeCommand(cmd.c_str(), "", outString, errString);
-            trace("AFTER");
 
             if (f)
                 {