remove debug output from system_exec
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 19 May 2014 21:48:28 +0000 (22:48 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 19 May 2014 21:49:22 +0000 (22:49 +0100)
remove the debug output from pbd/system_exec: it's of no further use, and
also breaks optimised builds.

libs/pbd/system_exec.cc

index 82398af0c84c7854fbd640901dab2a441ce89d73..c6d2da31d3bf5ee69a90963008938d1ce1b68b7d 100644 (file)
@@ -268,11 +268,6 @@ SystemExec::make_argp_escaped(std::string command, const std::map<char, std::str
 
        char *p = argp[0];
        n = 0;
-       do {
-               std::cerr << "argv[" << n << "] == \"" << p << "\"" << std::endl;
-               p = argp[n++];
-       } while (p);
-
 }
 
 SystemExec::~SystemExec ()