summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-03-03 23:00:32 +0000
committerishmal <ishmal@users.sourceforge.net>2007-03-03 23:00:32 +0000
commit1de956a4725daffcc699b308adc6121494226ec1 (patch)
treee14cf7fdbd6d469cae4eb0deb38c949b86f70b78 /buildtool.cpp
parentadd line number to Element (diff)
downloadinkscape-1de956a4725daffcc699b308adc6121494226ec1.tar.gz
inkscape-1de956a4725daffcc699b308adc6121494226ec1.zip
remove debug messages that sneaked in
(bzr r2529)
Diffstat (limited to 'buildtool.cpp')
-rw-r--r--buildtool.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildtool.cpp b/buildtool.cpp
index 830d3f05d..cb1389158 100644
--- a/buildtool.cpp
+++ b/buildtool.cpp
@@ -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)
{