Fixed JS minification errors

This commit is contained in:
Chris Houseknecht
2014-06-06 14:14:56 -04:00
parent e96444ac8f
commit 28c8a3822d

View File

@@ -621,7 +621,6 @@ function($rootScope, $location, $log, $routeParams, Rest, Alert, HostForm, Gener
catch(err) { catch(err) {
// ignore // ignore
} }
console.log('calling refreshHosts()');
group_scope.refreshHosts(); group_scope.refreshHosts();
scope.$destroy(); scope.$destroy();
}); });