mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
Remove console log
This commit is contained in:
parent
c0cd83d757
commit
34f20795e6
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user