Commit fabf9f38 by Rashid Khan

removed debugging statements

parent 051f28a0
......@@ -92,8 +92,6 @@ angular.module('kibana.timepicker', [])
if($scope.time.from.diff(moment.utc(time.from),'seconds') !== 0 ||
$scope.time.to.diff(moment.utc(time.to),'seconds') !== 0)
{
console.log($scope.time.from+ " and "+ moment.utc(time.from));
console.log($scope.time.to+" and "+moment.utc(time.to));
$scope.set_mode('absolute');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment