Skip to content

Commit

Permalink
removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Nov 10, 2023
1 parent 03f40ae commit 4884374
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/services/BatchProcessingService.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ export default {
return ApiService.apiAxios.post('/api/v1/batch/executeyearlydisrunbatchjob', request);
},
runBlankDISTRUNUSERUserRequest(request, credentialType){
console.log(credentialType)
console.log(request)
return;
//return ApiService.apiAxios.post('/api/v1/batch/userrequestblankdisrun/'+ credentialType, request);
return ApiService.apiAxios.post('/api/v1/batch/userrequestblankdisrun/'+ credentialType, request);
},
runYearlyArchiveBatchJobStudents(request){
//eslint-disable-next-line
Expand Down

0 comments on commit 4884374

Please sign in to comment.