mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removed debugging statements
This commit is contained in:
parent
051f28a0da
commit
fabf9f3835
@ -92,8 +92,6 @@ angular.module('kibana.timepicker', [])
|
|||||||
if($scope.time.from.diff(moment.utc(time.from),'seconds') !== 0 ||
|
if($scope.time.from.diff(moment.utc(time.from),'seconds') !== 0 ||
|
||||||
$scope.time.to.diff(moment.utc(time.to),'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');
|
$scope.set_mode('absolute');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user