Skip to content

Commit

Permalink
disable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed May 31, 2024
1 parent 9c8d4c6 commit 6c7e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loglevel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import loglevel from "loglevel";

const log = loglevel.getLogger("torus.js");
log.enableAll();
log.disableAll();

export default log;

0 comments on commit 6c7e323

Please sign in to comment.