mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-04 22:29:36 +00:00
Fix redundant display of MPU status on startup
This commit is contained in:
parent
ea56153573
commit
1d384d2f19
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user