From 8b1a03d77776ead6fe5eeaf54e95ac01403b2af8 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Wed, 30 Mar 2016 02:04:39 +0200 Subject: buildtool: Comment a verbose debug message (that usually hides actual compiler warnings) (bzr r14749) --- buildtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtool.cpp') 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()); -- cgit v1.2.3