removed console.log from templateValuesSrv
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user