commit da05ae32a542d16c62b5e8a5f072cb69ebd67756
parent fafd714bba4068617e82230964cb75bb745e3014
Author: William Casarin <jb55@jb55.com>
Date: Thu, 14 Apr 2022 08:00:34 -0700
remove debug log
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nostril.c b/nostril.c
@@ -254,7 +254,7 @@ static int generate_event_id(struct nostr_event *ev)
return 0;
}
- fprintf(stderr, "commitment: '%.*s'\n", len, buf);
+ //fprintf(stderr, "commitment: '%.*s'\n", len, buf);
sha256((struct sha256*)ev->id, buf, len);