mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
remove debug output
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user