Do not remove gun's logger
This commit is contained in:
parent
5bf02cd8f0
commit
b35f6fc549
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue