Skip to content

Commit 28be71e

Browse files
committed
Removed commented out code
1 parent d2ee34d commit 28be71e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def parse_list(list):
177177
remotename = opt.remote
178178
if remotename == '' or remotename == '-':
179179
remotename = None
180-
#nslist = re.split(r'[\s,]+', opt.dnshosts.strip()) if opt.dnshosts else []
181180
nslist = [family_ip_tuple(ns) for ns in parse_list(opt.ns_hosts)]
182181
if opt.seed_hosts and not opt.auto_hosts:
183182
o.fatal('--seed-hosts only works if you also use -H')

0 commit comments

Comments
 (0)