removed debug statement

This commit is contained in:
Rashid Khan 2013-02-25 09:33:31 -07:00
parent 7b5c1a6761
commit e61c63b4f1

View File

@ -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();