muted logging
This commit is contained in:
parent
3c60835f1b
commit
a27d7c1180
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const xor = require('buffer-xor');
|
|||
const _ = require('lodash');
|
||||
const EventEmitter = require('events');
|
||||
|
||||
let debug = 'console';
|
||||
let debug = '';
|
||||
|
||||
const getLogger = () => {
|
||||
const consoleLogger = msg => console.log('plejd', msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue