8000 mute console.log() output · jxmot/github-graphql-snippets@b5901d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5901d0

Browse files
committed
mute console.log() output
1 parent 9c53f4b commit b5901d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gh-graphql/assets/js/consolelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// this variable name uses the underscore in its
55
// name to avoid potential conflicts with other
66
// code that might use 'debug' for its own purposes.
7-
const _debug = true;
7+
const _debug = false;
88

99
// nothing fancy, just the basics...
1010
function consolelog(msg) {

0 commit comments

Comments
 (0)
0