Skip to content

Commit 581626a

Browse files
Toba-bonjourclaude
andcommitted
chore: remove debug console.log statements
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 24a4e15 commit 581626a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/offline-transactions/src/executor/TransactionExecutor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export class TransactionExecutor {
6363

6464
// Check online status before executing transactions
6565
if (!this.onlineDetector.isOnline()) {
66-
console.log('Network offline, pausing execution')
6766
return
6867
}
6968

@@ -234,7 +233,6 @@ export class TransactionExecutor {
234233

235234
if (this.config.beforeRetry) {
236235
filteredTransactions = this.config.beforeRetry(transactions)
237-
console.log('loadPendingTransactions, transactions has been filtered', {filteredTransactions})
238236
}
239237

240238

0 commit comments

Comments
 (0)