Code cleanup

This commit is contained in:
Jeff 2017-03-09 17:49:54 -08:00 • committed by Jeff Parsons
commit 3a9cd5cf04
24 changed files with 17 additions and 33 deletions

View file

@ -418,7 +418,6 @@ class ComputerPDP10 extends Component {
}
}
if (DEBUG && this.messageEnabled()) this.printMessage("ComputerPDP10.wait(ready)");
//noinspection JSUnresolvedFunction
fn.call(this, parms);
}