Skip to content

Commit

Permalink
refactor(status.js): Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Jun 7, 2022
1 parent a4826e8 commit 05a75a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/manager/actions/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,6 @@ export function handleJobResponse (response: Response, message: string) {
: response.json()
return dispatch(setErrorMessage(props))
} else {
response.json().then((data) => {
console.log(data)
})
// Resulting JSON contains message and job ID with which to monitor job.
const json: {jobId: number, message: string} = (response.json(): any)

Expand Down

0 comments on commit 05a75a1

Please sign in to comment.