diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index a1ea8f9f1..7472047e8 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -888,8 +888,6 @@ read_swaroop_chain (boost::filesystem::path path) void write_swaroop_chain (shared_ptr<const dcp::CertificateChain> chain, boost::filesystem::path output) { - cout << "write " << output.string() << "\n"; - scoped_array<uint8_t> buffer (new uint8_t[65536]); Header* header = (Header *) buffer.get(); memset (header, 0, sizeof(Header)); |
