Remove old debug code

This commit is contained in:
Arinerron 2019-03-29 17:24:04 -07:00
parent 957f250665
commit e5de2cad8c
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ class Onionr:
config.set('client.client.port', randomPort, savefile=True)
if type(config.get('client.public.port')) is type(None):
randomPort = netcontroller.getOpenPort()
logger.debug('Random port chosen: %s' % randomPort)
config.set('client.public.port', randomPort, savefile=True)
if type(config.get('client.participate')) is type(None):
config.set('client.participate', True, savefile=True)