1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00
This commit is contained in:
Jerry Seutter 2014-10-28 11:27:41 -06:00
parent 148b99c553
commit d2798a969e

View File

@ -232,9 +232,6 @@ def main():
with open(cfg, 'w') as cloud_config_file:
cloud_config.write(cloud_config_file)
with open(cfg, 'r') as f:
log.info(f.read())
_start_gns3server()
with open(server_crt, 'r') as cert_file: