We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff211d commit c11fd97Copy full SHA for c11fd97
src/health.ts
@@ -49,7 +49,6 @@ export class Health {
49
}
50
return false;
51
} catch (err: any) {
52
- console.log(err);
53
if (err.name === 'AbortError') {
54
throw err;
55
0 commit comments