c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 16ee0cfb0512b7ae57436fcee3d2a54b0c2f0368
parent d2ead914ae1c4512919708207c327771b7ae1e83
Author: Dave Kozma <dkozma@adobe.com>
Date:   Fri, 14 Jul 2023 13:07:32 -0400

Remove debug statement (#283)


Diffstat:
Msdk/src/manifest.rs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sdk/src/manifest.rs b/sdk/src/manifest.rs @@ -800,7 +800,6 @@ impl Manifest { }) .collect(); - dbg!(&needs_ingredient); for (index, action) in needs_ingredient { if let Some(id) = action.instance_id() { if let Some(hash_url) = ingredient_map.get(id) {