remove debug output

This commit is contained in:
Günter Obiltschnig
2020-01-25 14:21:59 +01:00
parent 701a34f2e7
commit aceeac1db4

View File

@@ -278,14 +278,6 @@ protected:
Environment::set("PATH", path);
}
logger().debug("exec " + exec);
logger().debug("path " + path);
for (int no = 0; no < args.size(); ++no)
{
logger().debug("arg " + args[no]);
}
if (usePipe)
{
Poco::Pipe inPipe;