1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-01 22:29:42 +00:00

Fix redundant display of MPU status on startup

This commit is contained in:
Mike Naberezny 2012-11-20 11:22:24 -08:00
parent ea56153573
commit 1d384d2f19

View File

@ -46,7 +46,6 @@ class Monitor(cmd.Cmd):
self.prompt = "."
self._add_shortcuts()
cmd.Cmd.__init__(self, completekey, stdin, stdout)
self._output_mpu_status()
self._parse_args(argv)
def _parse_args(self, argv):