Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyalaski committed Jan 10, 2025
1 parent fa89245 commit 1d11013
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ describe.only("1100: Jobs: Test New Job Model", () => {
],
},
};
console.log("the group job", newJob)

return request(appUrl)
.post("/api/v3/Jobs")
.send(newJob)
Expand Down Expand Up @@ -1687,7 +1687,6 @@ describe.only("1100: Jobs: Test New Job Model", () => {
],
},
};
console.log("The user job", newJob)

return request(appUrl)
.post("/api/v3/Jobs")
Expand Down

0 comments on commit 1d11013

Please sign in to comment.