Skip to content

Commit

Permalink
chore: remove extra log in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 31, 2023
1 parent cbb3198 commit 06d1bc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe("Validate", () => {
app.use(
"/custom",
eventHandler(async (event) => {
console.log(event.headers);
const data = await readValidatedBody(event, customValidate);
return data;
})
Expand Down

0 comments on commit 06d1bc1

Please sign in to comment.