mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
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.
This commit is contained in:
parent
95ccbc452f
commit
bc8ccea212
1 changed files with 0 additions and 5 deletions
|
|
@ -268,11 +268,6 @@ SystemExec::make_argp_escaped(std::string command, const std::map<char, std::str
|
||||||
|
|
||||||
char *p = argp[0];
|
char *p = argp[0];
|
||||||
n = 0;
|
n = 0;
|
||||||
do {
|
|
||||||
std::cerr << "argv[" << n << "] == \"" << p << "\"" << std::endl;
|
|
||||||
p = argp[n++];
|
|
||||||
} while (p);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SystemExec::~SystemExec ()
|
SystemExec::~SystemExec ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue