Skip to content

Commit

Permalink
remove console.log from testmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Apr 17, 2024
1 parent dccc6ec commit f733731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/experimental/testmode/playwright/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export async function step<T>(
let result: Awaited<T>
let reportedError: any
try {
console.log(props.title, props)
await test.step(props.title, async () => {
result = await handler(({ error }) => {
reportedError = error
Expand Down

0 comments on commit f733731

Please sign in to comment.