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