mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removed debug statement
This commit is contained in:
parent
7b5c1a6761
commit
e61c63b4f1
@ -56,7 +56,6 @@ angular.module('kibana.stringquery', [])
|
||||
|
||||
$scope.remove_query = function(index) {
|
||||
$scope.panel.query.splice(index,1);
|
||||
console.log($scope.panel.query)
|
||||
}
|
||||
|
||||
$scope.init();
|
||||
|
Loading…
Reference in New Issue
Block a user