Do not remove gun's logger

This commit is contained in:
Daniel Lugo 2021-10-05 11:49:06 -04:00
parent 5bf02cd8f0
commit b35f6fc549

View file

@ -10,11 +10,6 @@ require('gun/lib/load')
const logger = require('../../config/log')
// @ts-expect-error
Gun.log = (...args) => {
logger.info('Gun log: ', ...args)
}
let dead = false
/**