Remove debug.
[libdcp.git] / src / verify.cc
index 1e8c3091f55e04e47747ce97db73e52368d2ce17..db65595451347145ff56f60c1dc2f5a758eb16e1 100644 (file)
@@ -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();