Remove debug console.logs

This commit is contained in:
Bad 2020-10-29 10:38:12 +01:00
parent 66ecf44048
commit c144d75c99
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
const {simpleEvent} = require("./event")
const UnknownEvent = simpleEvent(() => true, () => "Cannot render event")
console.log(UnknownEvent)
module.exports = [UnknownEvent]