removed console.log from templateValuesSrv

This commit is contained in:
Torkel Ödegaard
2014-09-10 13:35:54 +02:00
parent 6f8cb743b5
commit 2150bbf191
-2
View File
@@ -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);
}
});