This commit is contained in:
Rupert Hausberger 2016-08-01 22:32:29 +02:00
commit 8367c0d32e
2 changed files with 0 additions and 15 deletions

View file

@ -390,7 +390,6 @@ function ScriptedAmigaEmulator() {
}
this.start_program = function() {
console.warn("stage 2");
this.do_start_program();
if (typeof SAEV_config.hook.event.started === "function")
@ -448,8 +447,6 @@ console.warn("stage 2");
}
SAEF_info("sae.start() starting...");
console.warn("stage 1");
var err;
if ((err = this.config.setup()) != SAEE_None)
return err;