summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-19 22:48:28 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-19 22:49:22 +0100
commitbc8ccea212d6400a8c9ae3f025439f66c24a29d4 (patch)
tree92992ef415bf902dfc6f95b3475dc2d3445ce153 /libs
parent95ccbc452f513a9d6f70de45bc413067e568364c (diff)
remove debug output from system_exec
remove the debug output from pbd/system_exec: it's of no further use, and also breaks optimised builds.
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/system_exec.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/pbd/system_exec.cc b/libs/pbd/system_exec.cc
index 82398af0c8..c6d2da31d3 100644
--- a/libs/pbd/system_exec.cc
+++ b/libs/pbd/system_exec.cc
@@ -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 ()