Skip to content

Commit

Permalink
test: Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 26, 2021
1 parent ed14068 commit d1e9215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/queue.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ test.group('Bull', (group) => {
public async handle() {}

public onCompleted() {
console.log('me chamo')
assert.isOk(true)
}
})()
Expand Down

0 comments on commit d1e9215

Please sign in to comment.