1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Cleanup unused code

This commit is contained in:
Julien Duponchelle 2016-04-19 11:51:02 +02:00
parent ce5461aee8
commit d8005f6d4f
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -27,8 +27,6 @@ import asyncio
import logging
log = logging.getLogger(__name__)
CLOUD_SERVER = 'CLOUD_SERVER'
class Config(object):