Skip to content

Commit 2911af8

Browse files
committed
chore: remove debug log statement
1 parent 241c14a commit 2911af8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/bluelink-regions/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ export class Bluelink {
481481
if (props.noRedirect) {
482482
// @ts-ignore - returning null is allowed
483483
req.onRedirect = (_request) => {
484-
this.logger.log('in redirect')
485484
return null
486485
}
487486
}

0 commit comments

Comments
 (0)