From 052fbb944f9c0c37613fcb01fbfd1f0f6ec556ea Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 11 Oct 2020 04:51:53 -0400 Subject: [PATCH] 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 --- src/static/js/pluginfw/read-installed.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/pluginfw/read-installed.js b/src/static/js/pluginfw/read-installed.js index 800ee32cd..a4a05660b 100644 --- a/src/static/js/pluginfw/read-installed.js +++ b/src/static/js/pluginfw/read-installed.js @@ -287,7 +287,6 @@ function findUnmet (obj) { } }) - log.debug([obj._id], "returning") return obj }