From 8b5329cd6e7915219fc12da42f2a26024d479f73 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 25 Nov 2014 16:38:50 +0100 Subject: [PATCH] whoops, cleaned up a console.log --- lib/timeline/Timeline.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/timeline/Timeline.js b/lib/timeline/Timeline.js index 104fdfbf..750ae926 100644 --- a/lib/timeline/Timeline.js +++ b/lib/timeline/Timeline.js @@ -156,8 +156,6 @@ Timeline.prototype.setItems = function(items) { var start = this.options.start != undefined ? this.options.start : dataRange.start; var end = this.options.end != undefined ? this.options.end : dataRange.end; - console.log(this.options.start, this.options.end, dataRange) - this.setWindow(start, end, {animate: false}); } else {