diff --git a/cme/parsers/ip.py b/cme/parsers/ip.py index 41b42116..e94c8383 100755 --- a/cme/parsers/ip.py +++ b/cme/parsers/ip.py @@ -23,5 +23,4 @@ def parse_targets(target): for ip in ip_network(target, strict=False): yield str(ip) except ValueError as e: - print(e) yield str(target)