Commit e61c63b4 by Rashid Khan

removed debug statement

parent 7b5c1a67
...@@ -56,7 +56,6 @@ angular.module('kibana.stringquery', []) ...@@ -56,7 +56,6 @@ angular.module('kibana.stringquery', [])
$scope.remove_query = function(index) { $scope.remove_query = function(index) {
$scope.panel.query.splice(index,1); $scope.panel.query.splice(index,1);
console.log($scope.panel.query)
} }
$scope.init(); $scope.init();
......
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