Commit 2150bbf1 by Torkel Ödegaard

removed console.log from templateValuesSrv

parent 6f8cb743
...@@ -70,9 +70,7 @@ function (angular, _, kbn) { ...@@ -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);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment