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(); }