Removed console.log debug statements

This commit is contained in:
chouseknecht 2013-10-17 14:57:41 +00:00
parent 195e12e41f
commit 94bb0701fc
2 changed files with 0 additions and 3 deletions

View File

@ -24,8 +24,6 @@ angular.module('JobSubmissionHelper', [ 'RestServices', 'Utilities', 'Credential
function navigate(canceled) {
//Decide where to send the user once the modal dialog closes
if (!canceled) {
console.log('here');
console.log('base: ' + base);
if (base == 'jobs') {
scope.refreshJob();
}

View File

@ -570,7 +570,6 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
Rest.get()
.success( function(data, status, headers, config) {
if (data.count == 0) {
console.log('emitted');
// no groups exist, show help
scope.$emit('ShowHelp');
}