Remove debug log

This commit is contained in:
Daniel Lugo 2021-09-17 15:43:01 -04:00
parent 7536574ac0
commit 4562b0d544

View file

@ -502,7 +502,6 @@ function createReplica(path, afterMap = false) {
type: 'put'
}
isReady().then(() => {
logger.info(`put() to ${path}`)
currentGun.send(msg)
})
return this