From 28c8a3822d9f33158c42fa6a802950d16503d28e Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Fri, 6 Jun 2014 14:14:56 -0400 Subject: [PATCH] Fixed JS minification errors --- awx/ui/static/js/helpers/Hosts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/static/js/helpers/Hosts.js b/awx/ui/static/js/helpers/Hosts.js index b526e7cd68..18b3094a1c 100644 --- a/awx/ui/static/js/helpers/Hosts.js +++ b/awx/ui/static/js/helpers/Hosts.js @@ -621,7 +621,6 @@ function($rootScope, $location, $log, $routeParams, Rest, Alert, HostForm, Gener catch(err) { // ignore } - console.log('calling refreshHosts()'); group_scope.refreshHosts(); scope.$destroy(); });