chore: remove invalid zap spam

This commit is contained in:
Kieran 2023-03-09 09:57:49 +00:00
parent ffc6f44e40
commit 2f20d03e2b
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -80,12 +80,9 @@ export function parseZap(zapReceipt: TaggedRawEvent): ParsedZap {
ret.valid = false;
ret.errors.push("zap service pubkey doesn't match");
}
if (!ret.valid) {
console.debug("Invalid zap", ret);
}
return ret;
} catch (e) {
console.debug("Invalid zap", zapReceipt, e);
// ignored: console.debug("Invalid zap", zapReceipt, e);
}
}
return {