소스 검색

removed debugging statements

Rashid Khan 12 년 전
부모
커밋
fabf9f3835
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      panels/timepicker/module.js

+ 0 - 2
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');