remove excessive log
This commit is contained in:
parent
5d3ff351b0
commit
8a647dd380
1 changed files with 1 additions and 1 deletions
|
|
@ -1772,7 +1772,7 @@ module.exports = async (
|
|||
try {
|
||||
const user = require('../services/gunDB/Mediator').getUser()
|
||||
const data = await timeout5(user.get(Key.PROFILE).get(Key.AVATAR).then())
|
||||
logger.info(`avatar poll:${data}`)
|
||||
logger.info(`avatar poll:${data.length} chars`)
|
||||
res.json({
|
||||
data
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue