Skip to content

Commit 13df28e

Browse files
committed
Revert "wip: debug dashboard"
This reverts commit 014aff2.
1 parent 014aff2 commit 13df28e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

redis/dashboardCache.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ const generateDashboardDataFromStream = async function (
134134
const thresholds = createThresholds(today, monthStart, nMonthsTotal)
135135

136136
// Process all payments
137-
console.log('WIP will go through paymentStream', paymentStream)
138-
let wip = 0
139137
for await (const payment of paymentStream) {
140-
console.log('wip counter', wip)
141-
wip += 1
142138
const paymentTime = moment(payment.timestamp * 1000)
143139

144140
// Process button data and assign to relevant periods

0 commit comments

Comments
 (0)