Skip to content

Commit a88952c

Browse files
committed
Revert "Small test"
This reverts commit bac8bfe.
1 parent bac8bfe commit a88952c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/handle.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ const handleEvent = async function({
4747
}
4848

4949
const logEvent = async function({ opts, info }) {
50-
if (Math.random() < 2) {
51-
return
52-
}
53-
5450
const colors = getColors({ opts })
5551
const level = getLevel({ opts, info })
5652
const message = getMessage({ opts, info, level, colors })

0 commit comments

Comments
 (0)