chore: remove invalid zap spam
This commit is contained in:
parent
ffc6f44e40
commit
2f20d03e2b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user