Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Nov 21, 2023
1 parent fa295f6 commit f1b3db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ describe('element-behaviors', () => {
expect(six).toBeInstanceOf(Six)

isDone = true
console.log('Reacted to behaviors after they exist.')
done()
})
})
Expand Down

0 comments on commit f1b3db5

Please sign in to comment.