diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-17 01:50:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-17 01:50:31 +0100 |
| commit | 124a905a55dea0c0f8574f8fec8825f3373a9bae (patch) | |
| tree | 2d32ce762371da0fc7649b1f3b38910c6bf4dc9e /src | |
| parent | 28ab65a9d625e03753cd40e22d9f991d59460a16 (diff) | |
Remove debug.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc index 1e8c3091..db655954 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -69,7 +69,6 @@ verify_asset (shared_ptr<DCP> dcp, shared_ptr<ReelAsset> reel_asset, function<vo DCP_ASSERT (pkl); shared_ptr<Asset> asset = reel_asset->asset_ref().asset(); - cout << "looking for hash of " << reel_asset->asset_ref()->id() << "\n"; string const pkl_hash = pkl->hash (reel_asset->asset_ref()->id()); optional<string> cpl_hash = reel_asset->hash(); |
