We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac8bfe commit a88952cCopy full SHA for a88952c
src/handle.js
@@ -47,10 +47,6 @@ const handleEvent = async function({
47
}
48
49
const logEvent = async function({ opts, info }) {
50
- if (Math.random() < 2) {
51
- return
52
- }
53
-
54
const colors = getColors({ opts })
55
const level = getLevel({ opts, info })
56
const message = getMessage({ opts, info, level, colors })
0 commit comments