Skip to content

Commit

Permalink
fix(app): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Aug 29, 2024
1 parent 3fc5541 commit c6e0557
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/routes/explorer/(components)/stats-bar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ import { onMount } from "svelte"
export let addresses: Array<string> = []
$: console.log(addresses)
const statsData = statsQuery()
const transfersPerDayData = transfersPerDayQuery(30)
const transfersPerAddressData = transfersAddressQuery(addresses)
$: console.log($transfersPerAddressData.data)
let show = 0
let interval: any
Expand Down

0 comments on commit c6e0557

Please sign in to comment.