Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 15, 2024
1 parent 6075b5e commit 29a914a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/development/acceptance/ReactRefreshLogBox.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ describe.each(['default', 'turbo'])('ReactRefreshLogBox %s', () => {
)

expect(await session.hasRedbox()).toBe(true)
const content = await session.getRedboxSource()
console.log({ content })
const source = next.normalizeTestDirContent(content)
const source = next.normalizeTestDirContent(await session.getRedboxSource())
if (process.env.TURBOPACK) {
expect(source).toMatchInlineSnapshot(`
"./index.js:7:1
Expand Down

0 comments on commit 29a914a

Please sign in to comment.