Merge pull request #58 from dlintott/fix_gns3-gui_158

Remove extra line that was over-writing the auto Idle-PC value
This commit is contained in:
Jeremy Grossmann 2014-12-09 16:16:05 -07:00
commit ecf7ebc26b

View File

@ -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}