Removed a console.log()

This commit is contained in:
Kyle Johnson 2014-11-21 22:17:01 +00:00
parent 1f74d1cd60
commit 7ba971806f
1 changed files with 0 additions and 1 deletions

View File

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