Remove debug code; fixes #1133.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Sep 2017 19:32:06 +0000 (20:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Sep 2017 19:32:06 +0000 (20:32 +0100)
src/lib/cross.cc

index 6dcdbcdc83339d568b2f30f8c078b361a549f2ad..7c05ba2226182f39f9ec85d697899fe349cfbb44 100644 (file)
@@ -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));
        }