summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-09 23:50:31 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-09 23:50:31 +0000
commit6b4ab3e7e631fe4b790ab63abecce765df2897db (patch)
tree1dee56981e9c7028b4d2d06a325eecba0f3a041a
parent9da0bac018e0e7dcad0c1aafaa7f6be6d434da96 (diff)
Remove debugging code.
-rw-r--r--src/lib/util.cc2
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));