diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-03-03 23:00:32 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-03-03 23:00:32 +0000 |
| commit | 1de956a4725daffcc699b308adc6121494226ec1 (patch) | |
| tree | e14cf7fdbd6d469cae4eb0deb38c949b86f70b78 /buildtool.cpp | |
| parent | add line number to Element (diff) | |
| download | inkscape-1de956a4725daffcc699b308adc6121494226ec1.tar.gz inkscape-1de956a4725daffcc699b308adc6121494226ec1.zip | |
remove debug messages that sneaked in
(bzr r2529)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 2 |
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) { |
