Skip to content

Commit 24a4e15

Browse files
committed
remove unnecessary files
1 parent 59b4225 commit 24a4e15

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ export class TransactionExecutor {
237237
console.log('loadPendingTransactions, transactions has been filtered', {filteredTransactions})
238238
}
239239

240-
// Clear scheduler before reloading to ensure filtered-out transactions are removed
241-
this.scheduler.clear()
242240

243241
for (const transaction of filteredTransactions) {
244242
this.scheduler.schedule(transaction)
@@ -255,7 +253,6 @@ export class TransactionExecutor {
255253
)
256254

257255
if (removedTransactions.length > 0) {
258-
console.log('removedTransactions', removedTransactions)
259256
await this.outbox.removeMany(removedTransactions.map((tx) => tx.id))
260257
}
261258
}

pnpm-lock.yaml

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)