Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jan 25, 2020
1 parent 701a34f commit aceeac1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions PocoDoc/src/PocoDoc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,6 @@ class PocoDocApp: public Application
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;
Expand Down

0 comments on commit aceeac1

Please sign in to comment.