From 28be71ef9ade0fd2aa122c738735f72e7ba5e12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vieira?= Date: Tue, 27 Oct 2015 17:53:35 +0000 Subject: [PATCH] Removed commented out code --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index 8d506e1..135f06f 100644 --- a/src/main.py +++ b/src/main.py @@ -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')