Removed commented out code

This commit is contained in:
João Vieira 2015-10-27 17:53:35 +00:00
parent d2ee34d71c
commit 28be71ef9a

View File

@ -177,7 +177,6 @@ try:
remotename = opt.remote
if remotename == '' or remotename == '-':
remotename = None
#nslist = re.split(r'[\s,]+', opt.dnshosts.strip()) if opt.dnshosts else []
nslist = [family_ip_tuple(ns) for ns in parse_list(opt.ns_hosts)]
if opt.seed_hosts and not opt.auto_hosts:
o.fatal('--seed-hosts only works if you also use -H')