Kaynağa Gözat

removed debug statement

Rashid Khan 13 yıl önce
ebeveyn
işleme
e61c63b4f1
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      panels/stringquery/module.js

+ 0 - 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();