Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit dd836b0

Browse files
Rm error message (#60)
1 parent e53c511 commit dd836b0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -4429,7 +4429,6 @@ class Logger {
44294429
return r.status === 200 && r.data === '';
44304430
}
44314431
catch (_a) {
4432-
console.log('Non-fatal usage-logging error ocurred.');
44334432
return false;
44344433
}
44354434
});

src/logging.ts

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class Logger {
3232
})
3333
return r.status === 200 && r.data === ''
3434
} catch {
35-
console.log('Non-fatal usage-logging error ocurred.')
3635
return false
3736
}
3837
}

0 commit comments

Comments
 (0)