Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplehmann committed Jan 6, 2025
1 parent 58d8b9f commit 4975f97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/http/body/src/lib/http-body.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ describe('http-body', () => {
method: 'POST',
body: formData,
});
console.log(await response.text());
expect(response.status).toBe(200);
});
});

0 comments on commit 4975f97

Please sign in to comment.