From 2ff44fcebefd9c4162984d78ad9a7a8498640987 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Fri, 30 Nov 2018 14:52:16 +0100 Subject: [PATCH] What was that commented code even doing here ? --- src/automaton.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/automaton.js b/src/automaton.js index 35b6ca9..218bf9a 100644 --- a/src/automaton.js +++ b/src/automaton.js @@ -52,10 +52,6 @@ function Automaton(async, dom, messaging, screen, session, ui) { run: run } - //messaging.addEventListener(['Init'], function(game) { - // console.log(game); - //}); - function run() { intro(); }