Remove extra line that was over-writing the auto Idle-PC value

Fixes GNS3/gns3-gui#158
pull/58/head
Daniel Lintott 10 years ago
parent 20592f72c0
commit 317a37147e

@ -760,7 +760,6 @@ class VM(object):
if was_auto_started:
router.stop()
validated_idlepc = "0x0"
response = {"id": router.id,
"logs": logs,
"idlepc": validated_idlepc}

Loading…
Cancel
Save