Sfoglia il codice sorgente

removed console.log from templateValuesSrv

Torkel Ödegaard 11 anni fa
parent
commit
2150bbf191
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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) {
           return;
         }
-        console.log("value");
         if (templateSrv.containsVariable(otherVariable.query, updatedVariable.name)) {
-          console.log("valuei2");
           return self.updateOptions(otherVariable);
         }
       });