Removed unused data logging in console.
This commit is contained in:
@@ -47,7 +47,7 @@ define([
|
||||
if (zabbixCache._initialized) {
|
||||
$scope.getMetricsFromCache();
|
||||
$scope.initFilters();
|
||||
console.log("Cached", $scope.metric);
|
||||
//console.log("Cached", $scope.metric);
|
||||
} else {
|
||||
zabbixCache.refresh().then(function () {
|
||||
$scope.getMetricsFromCache();
|
||||
|
||||
Reference in New Issue
Block a user