remove debug line #1537

This commit is contained in:
Leigh Johnson 2016-04-14 13:57:31 -04:00
parent 83e976037c
commit 37d817c0ac

View File

@ -53,7 +53,6 @@ export function PortalModeJobsController($scope, $state, $rootScope, GetBasePath
};
init();
console.log($scope)
}
PortalModeJobsController.$inject = ['$scope', '$state', '$rootScope', 'GetBasePath', 'generateList', 'PortalJobsList', 'SearchInit',