Built xcally-motion-dialpad from commit 141221b.|1.0.96
[dialpad.git] / js / controllers / lightning.controller.js
index 9e8d895..785d9a0 100644 (file)
@@ -512,12 +512,10 @@ function lightningController($scope, $window, $interval, $location, angularLoad,
         // }
         if (_xml.date && evt.endtime) {
             var date = String(evt.endtime).split(' ')[0];
-            console.log("TCL: updateLog -> date", date);
             obj_updateLog[_xml.date] = date;
         }
         if (_xml.time && evt.endtime) {
             var time = String(evt.endtime).split(' ')[1];
-            console.log("TCL: updateLog -> time", time);
             obj_updateLog[_xml.time] = time;
         }
         // if(_xml.starttime && evt.starttime) {