Remove debug console.logs
This commit is contained in:
parent
66ecf44048
commit
c144d75c99
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
const {simpleEvent} = require("./event")
|
const {simpleEvent} = require("./event")
|
||||||
const UnknownEvent = simpleEvent(() => true, () => "Cannot render event")
|
const UnknownEvent = simpleEvent(() => true, () => "Cannot render event")
|
||||||
console.log(UnknownEvent)
|
|
||||||
module.exports = [UnknownEvent]
|
module.exports = [UnknownEvent]
|
||||||
|
|
Loading…
Reference in a new issue