Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Apr 22, 2024
1 parent 23024b9 commit 96b31e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/dev_server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ test.group('DevServer', () => {
resolve(fs.basePath, 'app/controllers/app_controller.ts')
)

console.log({ relativePath })
console.log(logMessages)
const expectedMessage = `green(invalidated) ${relativePath}`
assert.isAtLeast(logMessages.filter((message) => message.includes(expectedMessage)).length, 1)
}).timeout(10_000)
Expand Down

0 comments on commit 96b31e5

Please sign in to comment.