mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
plugins: Delete noisy and useless debug message (#4409)
The debug statement mostly printed the following useless message over and over, causing Travis CI logs to become truncated: [DEBUG] pluginfw - [ undefined ] returning
This commit is contained in:
parent
a2328cd7f0
commit
052fbb944f
1 changed files with 0 additions and 1 deletions
|
@ -287,7 +287,6 @@ function findUnmet (obj) {
|
|||
}
|
||||
|
||||
})
|
||||
log.debug([obj._id], "returning")
|
||||
return obj
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue