소스 검색

removed console.log from templateValuesSrv

Torkel Ödegaard 11 년 전
부모
커밋
2150bbf191
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);
         }
       });