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 ] returningreadd-comments-to-tests
parent
a2328cd7f0
commit
052fbb944f
|
@ -287,7 +287,6 @@ function findUnmet (obj) {
|
|||
}
|
||||
|
||||
})
|
||||
log.debug([obj._id], "returning")
|
||||
return obj
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue