Skip to content

Commit 20c8101

Browse files
committed
chore: add comment on cancel
1 parent 2d4638e commit 20c8101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ async function batchResponse ({ blocks, context, logger }) {
203203
telemetry.increaseLabelCount('bitswap-block-success-cancel', [block.type])
204204
telemetry.increaseLabelCount('bitswap-cancel-size', [block.type], size)
205205

206+
console.log('delete', block.key)
206207
context.canceled.delete(block.key)
207208
}
208209
}

0 commit comments

Comments
 (0)