mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 12:17:37 +01:00
remove debug output
This commit is contained in:
@@ -278,14 +278,6 @@ protected:
|
|||||||
Environment::set("PATH", path);
|
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)
|
if (usePipe)
|
||||||
{
|
{
|
||||||
Poco::Pipe inPipe;
|
Poco::Pipe inPipe;
|
||||||
|
|||||||
Reference in New Issue
Block a user