diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 6dcdbcdc8..7c05ba222 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -383,7 +383,6 @@ start_batch_converter (boost::filesystem::path dcpomatic) #if defined(DCPOMATIC_LINUX) || defined(DCPOMATIC_OSX) pid_t pid = fork (); if (pid == 0) { - std::cout << "start " << batch << " from " << dcpomatic << "\n"; int const r = system (batch.string().c_str()); exit (WEXITSTATUS (r)); } |
