diff options
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()); |
