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

Commit

Permalink
Rm error message (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 11, 2020
1 parent e53c511 commit dd836b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4429,7 +4429,6 @@ class Logger {
return r.status === 200 && r.data === '';
}
catch (_a) {
console.log('Non-fatal usage-logging error ocurred.');
return false;
}
});
Expand Down
1 change: 0 additions & 1 deletion src/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class Logger {
})
return r.status === 200 && r.data === ''
} catch {
console.log('Non-fatal usage-logging error ocurred.')
return false
}
}
Expand Down

0 comments on commit dd836b0

Please sign in to comment.