From 29b665adb409090fc9b1cdb311e93e15b9336281 Mon Sep 17 00:00:00 2001 From: Adam Yost Date: Fri, 16 Nov 2018 13:48:46 -0500 Subject: [PATCH] Remove logged output This line throws `TypeError: Converting circular structure to JSON` and there's no way to disable it, even though the config that's used it perfectly valid. --- lib/server.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/server.js b/lib/server.js index b4c62196e..7f4c5fe6b 100644 --- a/lib/server.js +++ b/lib/server.js @@ -63,8 +63,6 @@ class Server extends KarmaEventEmitter { const config = cfg.parseConfig(cliOptions.configFile, cliOptions) - this.log.debug('Final config', JSON.stringify(config, null, 2)) - let modules = [{ helper: ['value', helper], logger: ['value', logger],