Remove some debug code.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 13:24:31 +0000 (13:24 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 13:24:31 +0000 (13:24 +0000)
src/tools/dcpomatic_batch.cc

index 677861c3d4ae688dd58da8d759ae38c6583f3f4d..5693c391dfd4fda7329e5b92f2d52a679743e4ff 100644 (file)
@@ -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());