From fabf9f383538cdf026e3f4ee3432103c8a7da1b4 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Sun, 21 Jul 2013 21:44:59 -0700 Subject: [PATCH] removed debugging statements --- panels/timepicker/module.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/panels/timepicker/module.js b/panels/timepicker/module.js index f3f4ac32705..1740b9f67ef 100644 --- a/panels/timepicker/module.js +++ b/panels/timepicker/module.js @@ -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');