What was that commented code even doing here ?

This commit is contained in:
Tissevert 2018-11-30 14:52:16 +01:00
parent f72f2084a8
commit 2ff44fcebe
1 changed files with 0 additions and 4 deletions

View File

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