mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Remove obsolete code
This commit is contained in:
		| @@ -41,7 +41,6 @@ function Syncer(options) { | |||||||
| 	this.throttleInterval = options.throttleInterval || this.throttleInterval; | 	this.throttleInterval = options.throttleInterval || this.throttleInterval; | ||||||
| 	this.fallbackInterval = options.fallbackInterval || this.fallbackInterval; | 	this.fallbackInterval = options.fallbackInterval || this.fallbackInterval; | ||||||
| 	this.pollTimerInterval = options.pollTimerInterval || this.pollTimerInterval; | 	this.pollTimerInterval = options.pollTimerInterval || this.pollTimerInterval; | ||||||
| 	this.logging = $tw.utils.hop(options,"logging") ? options.logging : true; |  | ||||||
| 	// Make a logger | 	// Make a logger | ||||||
| 	this.logger = new $tw.utils.Logger("syncer" + ($tw.browser ? "-browser" : "") + ($tw.node ? "-server" : "")  + (this.syncadaptor.name ? ("-" + this.syncadaptor.name) : "")); | 	this.logger = new $tw.utils.Logger("syncer" + ($tw.browser ? "-browser" : "") + ($tw.node ? "-server" : "")  + (this.syncadaptor.name ? ("-" + this.syncadaptor.name) : "")); | ||||||
| 	// Compile the dirty tiddler filter | 	// Compile the dirty tiddler filter | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene