Skip to content

Commit

Permalink
refactor: remove ugly console message
Browse files Browse the repository at this point in the history
  • Loading branch information
venki91 committed Feb 22, 2023
1 parent 57e6d49 commit 85e4f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ('console' in global) {
}
}

console.log('Sdfsdf');
// console.log('Sdfsdf');

// write debug messages to tracefile if AUTOBAHN_TRACE is set as environment variable - only works on NodeJS
if ('process' in global && process.env.AUTOBAHN_TRACE) {
Expand Down

0 comments on commit 85e4f32

Please sign in to comment.