Removed unused data logging in console.
This commit is contained in:
@@ -92,7 +92,6 @@ function (angular, _, $, metricFunctions) {
|
||||
}
|
||||
|
||||
function createFunctionDropDownMenu(categories) {
|
||||
console.log(categories);
|
||||
return _.map(categories, function(list, category) {
|
||||
return {
|
||||
text: category,
|
||||
|
||||
@@ -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