Remove console log

This commit is contained in:
austinkelsay 2025-03-01 16:54:51 -06:00
parent c0cd83d757
commit 34f20795e6

View File

@ -44,7 +44,6 @@ const CombinedDetails = ({ processedEvent, topics, title, summary, image, price,
useEffect(() => {
if (zaps.length > 0) {
console.log('zaps', zaps);
const total = getTotalFromZaps(zaps, processedEvent);
setZapAmount(total);
}