From: Carl Hetherington Date: Fri, 11 Dec 2015 13:24:31 +0000 (+0000) Subject: Remove some debug code. X-Git-Tag: v2.6.6~2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=540ec5413635440872b713cbfb79d98899e35a01;p=dcpomatic.git Remove some debug code. --- diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 677861c3d..5693c391d 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -257,7 +257,6 @@ public: { try { int const length = socket->read_uint32 (); - cout << "len=" << length << "\n"; scoped_array buffer (new char[length]); socket->read (reinterpret_cast (buffer.get()), length); string s (buffer.get());