Skip to content

Commit

Permalink
return to actually running emulator in main()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyBanks committed Jul 13, 2018
1 parent 00c65fa commit e5946c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Expand Up @@ -17,9 +17,6 @@ mod server;
pub fn main() -> Result<(), Box<Any + Send>> {
zerodmg_codes::main()?;

return Ok(());
thread::sleep(Duration::from_millis(4000));

let output_buffer = Arc::new(Mutex::new(emulator::Output::new()));
let also_output_buffer = output_buffer.clone();

Expand Down

0 comments on commit e5946c4

Please sign in to comment.