chore: remove spammy log message
This commit is contained in:
parent
87165cf0d6
commit
6195325200
@ -117,7 +117,6 @@ export default function Note(props: NoteProps) {
|
||||
.map(a => parseZap(a, ev))
|
||||
.filter(z => z.valid);
|
||||
sortedZaps.sort((a, b) => b.amount - a.amount);
|
||||
console.debug(sortedZaps);
|
||||
return sortedZaps;
|
||||
}, [related]);
|
||||
const totalReactions = positive.length + negative.length + reposts.length + zaps.length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user