Add a debug method for when there are unexpected notes.
[libdcp.git] / src / decrypted_kdm_key.cc
index 40ac73e92f71c4013487ac5f7a671ea0df687e8f..e5adc3c668738aba111af77e92f39570203c4afb 100644 (file)
@@ -42,6 +42,5 @@ dcp::operator== (dcp::DecryptedKDMKey const & a, dcp::DecryptedKDMKey const & b)
                && a.id() == b.id()
                && a.key() == b.key()
                && a.cpl_id() == b.cpl_id()
-               && a.standard() == b.standard()
-               && a.signer_thumbprint() == b.signer_thumbprint();
+               && a.standard() == b.standard();
 }