remove debug log

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2022-04-14 08:00:34 -07:00
parent fafd714bba
commit da05ae32a5
1 changed files with 1 additions and 1 deletions

View File

@ -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);