Skip to content

Commit

Permalink
rm console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Feb 2, 2024
1 parent 9f65280 commit 07d908d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions binding/nodejs/src/cobra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ export default class Cobra {
if (this._handle !== 0) {
this._pvCobra.delete(this._handle);
this._handle = 0;
} else {
// eslint-disable-next-line no-console
console.warn('Cobra is not initialized; nothing to destroy');
}
}

Expand Down

0 comments on commit 07d908d

Please sign in to comment.