removed debug statement

pull/7/head
Rashid Khan 12 years ago
parent 7b5c1a6761
commit e61c63b4f1
  1. 1
      panels/stringquery/module.js

@ -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…
Cancel
Save