|
@@ -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);
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|