From 51a65814b743ea0b16eca57288a2c2eb20f9e5ac Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 27 Apr 2018 13:57:38 -0400 Subject: cleanup --- www/js/TimelineCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/TimelineCtrl.js') diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index d689ec4f..633fe454 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -1028,7 +1028,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla function drawGraph(fromDate, toDate, count) { - console.log("INSIDE DRAW"); + // console.log("INSIDE DRAW"); $scope.newEvents = ""; // we only need this for day mode @@ -1289,7 +1289,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla } } - console.log(">>>>> CREATING NEW TIMELINE with " + JSON.stringify(options)); + // console.log(">>>>> CREATING NEW TIMELINE with " + JSON.stringify(options)); timeline = new vis.Timeline(container[0], null, options); // console.log ("GRAPH DATA"); timeline.setItems(graphData); -- cgit v1.2.3