Fixed JS lint errors.

This commit is contained in:
Chris Houseknecht 2014-08-14 15:18:47 -04:00
parent 6bf8e82d7c
commit c80b07143b

View File

@ -304,7 +304,6 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
msg: 'Call to ' + url + '. GET returned: ' + status });
});
} else {
console.log('no tasks loaded!');
scope.$emit('LoadHostSummaries');
}
} else {