Skip to content

Commit

Permalink
test: Remove unnecesary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed Mar 20, 2024
1 parent f5781ee commit d33a48c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/indexer-common/src/allocations/monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,6 @@ export const monitorEligibleAllocations = ({
}

const allocations = [...activeAllocations, ...recentlyClosedAllocations]
console.log(` ==================allocations =============: ${allocations}`)
console.log(
` ==================allocations.length =============: ${allocations.length}`,
)
console.log(
` ================== activeAllocations =============: ${activeAllocations}`,
)
console.log(
` ================== recentlyClosedAllocations =============: ${recentlyClosedAllocations}`,
)

if (allocations.length == 0) {
throw new Error(`No data / indexer not found on chain`)
Expand Down

0 comments on commit d33a48c

Please sign in to comment.