From dae2a82474de0296b49d4c93ecda07fbb8f8b1ab Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 16 Dec 2017 16:30:14 +0800 Subject: [PATCH] fix(config): fixed eslint warning --- modules/core/server/controllers/core.server.controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/core/server/controllers/core.server.controller.js b/modules/core/server/controllers/core.server.controller.js index 62ae8f8d..f6d2368c 100644 --- a/modules/core/server/controllers/core.server.controller.js +++ b/modules/core/server/controllers/core.server.controller.js @@ -90,7 +90,5 @@ function getSafeMeanTorrentConfig(cfg) { //ignore serverNotice settings cfg.serverNotice = undefined; - - return cfg; }