Skip to content

Commit c11fd97

Browse files
committed
Address comment.
1 parent 0ff211d commit c11fd97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/health.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export class Health {
4949
}
5050
return false;
5151
} catch (err: any) {
52-
console.log(err);
5352
if (err.name === 'AbortError') {
5453
throw err;
5554
}

0 commit comments

Comments
 (0)