diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2016-03-30 00:04:39 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2016-03-30 00:04:39 +0000 |
| commit | 8b1a03d77776ead6fe5eeaf54e95ac01403b2af8 (patch) | |
| tree | 1d4b5a3fe62c3de6662ce56ed13ded915e411f7c /buildtool.cpp | |
| parent | Protect the color wheel from hue loss at a deeper level. (diff) | |
| download | inkscape-8b1a03d77776ead6fe5eeaf54e95ac01403b2af8.tar.gz inkscape-8b1a03d77776ead6fe5eeaf54e95ac01403b2af8.zip | |
buildtool: Comment a verbose debug message (that usually hides actual compiler warnings)
(bzr r14749)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtool.cpp b/buildtool.cpp index 0169f82ae..cb70a25c2 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -8025,7 +8025,7 @@ public: String outbuf, errbuf; - std::cout << "DEBUG command = " << cmd << std::endl; + // std::cout << "DEBUG command = " << cmd << std::endl; if (!executeCommand(cmd.c_str(), "", outbuf, errbuf)) { error("LINK problem: %s", errbuf.c_str()); |
