Removed unused data logging in console.

This commit is contained in:
Alexander Zobnin
2016-01-27 23:31:42 +03:00
parent 865d5f1777
commit 95cae7ee4d
2 changed files with 1 additions and 2 deletions

View File

@@ -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,

View File

@@ -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();