From db056a84a53e666bd36bbad561b1a6db00d5fc89 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 4 Feb 2017 18:14:20 +0000 Subject: [PATCH] Remove obsolete code --- core/modules/syncer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/syncer.js b/core/modules/syncer.js index 1c1e35f91..86d3faf28 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -41,7 +41,6 @@ function Syncer(options) { this.throttleInterval = options.throttleInterval || this.throttleInterval; this.fallbackInterval = options.fallbackInterval || this.fallbackInterval; this.pollTimerInterval = options.pollTimerInterval || this.pollTimerInterval; - this.logging = $tw.utils.hop(options,"logging") ? options.logging : true; // Make a logger this.logger = new $tw.utils.Logger("syncer" + ($tw.browser ? "-browser" : "") + ($tw.node ? "-server" : "") + (this.syncadaptor.name ? ("-" + this.syncadaptor.name) : "")); // Compile the dirty tiddler filter