From 7ba971806ff3851ff35e2cbd980315a4598df983 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 21 Nov 2014 22:17:01 +0000 Subject: [PATCH] Removed a console.log() --- web/skins/bootstrap/js/controllers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/skins/bootstrap/js/controllers.js b/web/skins/bootstrap/js/controllers.js index f5ea6ed69..cef6f005b 100644 --- a/web/skins/bootstrap/js/controllers.js +++ b/web/skins/bootstrap/js/controllers.js @@ -69,7 +69,6 @@ ZoneMinder.controller('ConfigController', function($scope, $http, Config) { // For each category, add all config options belonging to it to the categories array angular.forEach(results['data']['categories'], function(value, key) { - console.log(key); var cat = results.data.categories[key].Config.Category; catman(cat); });