diff --git a/utils/GunSmith/gun.js b/utils/GunSmith/gun.js index 4ac4d38b..843ba596 100644 --- a/utils/GunSmith/gun.js +++ b/utils/GunSmith/gun.js @@ -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 /**