summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-12 16:06:58 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-12 16:06:58 -0400
commit75cb70566c6905885caf94f801166cc370c24e60 (patch)
tree1276cabc9e8af89b878f9706c439f6975cfdfd7d /www/js/TimelineCtrl.js
parent2b007d28e89202b5ca55ce663d742df43afdd972 (diff)
#325 - removed the need for 'ago'
Former-commit-id: ba3bad30bc854bd4302bb97783985a2f80a6ef56
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index 8626fccd..1bbd6dee 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -588,7 +588,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
var graphIndex = 1; // will be used for graph ID
- console.log ("**NOLANG" + fromDateNoLang + " " + toDateNoLang);
+ //console.log ("**NOLANG" + fromDateNoLang + " " + toDateNoLang);
NVRDataModel.getEventsPages(0, fromDateNoLang, toDateNoLang)
.then(function (data) {