Parcourir la source

removed console.log from templateValuesSrv

Torkel Ödegaard il y a 11 ans
Parent
commit
2150bbf191
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/app/services/templateValuesSrv.js

+ 0 - 2
src/app/services/templateValuesSrv.js

@@ -70,9 +70,7 @@ function (angular, _, kbn) {
         if (otherVariable === updatedVariable) {
         if (otherVariable === updatedVariable) {
           return;
           return;
         }
         }
-        console.log("value");
         if (templateSrv.containsVariable(otherVariable.query, updatedVariable.name)) {
         if (templateSrv.containsVariable(otherVariable.query, updatedVariable.name)) {
-          console.log("valuei2");
           return self.updateOptions(otherVariable);
           return self.updateOptions(otherVariable);
         }
         }
       });
       });