client/annotviz/app/js/annotstimeline.js
changeset 144 1762372184ae
parent 137 750d9076a4a8
--- a/client/annotviz/app/js/annotstimeline.js	Fri Jan 23 23:21:01 2015 +0100
+++ b/client/annotviz/app/js/annotstimeline.js	Mon Jan 26 01:36:56 2015 +0100
@@ -88,9 +88,6 @@
         var startTs = _this.timeBegin;
         var endTs = Math.min(_this.timeEnd,_this.startTs);
 
-        console.log("START TS",new Date(startTs).toISOString());
-        console.log("END TS",new Date(endTs).toISOString());
-
         var url = serverUrl + '/p/api/v1/annotation';
         var filters = [
             { name: 'ts', op: '>', val: new Date(startTs).toISOString()}, //start