summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-11 13:24:31 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-11 13:24:31 +0000
commit540ec5413635440872b713cbfb79d98899e35a01 (patch)
tree8a373ea4a2159299d144e23f5e5d2b5326450e3e /src/tools
parent9af73fe2b9ea2ef82d641d44a995c110f8e61693 (diff)
Remove some debug code.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_batch.cc1
1 files changed, 0 insertions, 1 deletions
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<char> buffer (new char[length]);
socket->read (reinterpret_cast<uint8_t*> (buffer.get()), length);
string s (buffer.get());