Remove unneeded setting of opts.no_network

This commit is contained in:
Orion Poplawski 2013-01-25 14:19:10 -07:00
parent e4aedfdc00
commit 9055d925f2

View file

@ -96,9 +96,6 @@ else:
stdout.setFormatter(logging.Formatter(' %(message)s'))
logSys.addHandler(stdout)
if opts.no_network is None:
opts.no_network = False
#
# Let know the version
#