fix(config): fixed eslint warning

This commit is contained in:
OldHawk
2017-12-16 16:30:14 +08:00
parent 8cd802fb67
commit dae2a82474

View File

@@ -90,7 +90,5 @@ function getSafeMeanTorrentConfig(cfg) {
//ignore serverNotice settings
cfg.serverNotice = undefined;
return cfg;
}