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:
Richard Hansen 2020-10-11 04:51:53 -04:00 committed by GitHub
parent a2328cd7f0
commit 052fbb944f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,7 +287,6 @@ function findUnmet (obj) {
}
})
log.debug([obj._id], "returning")
return obj
}