From: Bob Halley Date: Sat, 11 Jun 2022 02:49:26 +0000 (-0700) Subject: remove debugging print X-Git-Tag: v2.3.0rc1~68^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b856a464449ee3af1f00512b26cdcee2c214d7;p=thirdparty%2Fdnspython.git remove debugging print --- diff --git a/tests/util.py b/tests/util.py index bf417e4c..5518b418 100644 --- a/tests/util.py +++ b/tests/util.py @@ -90,7 +90,6 @@ def is_internet_reachable(): _have_ipv6 = check_networking( ["2001:4860:4860::8888", "2606:4700:4700::1111"] ) - print(_have_ipv4 or _have_ipv6) _internet_reachable = _have_ipv4 or _have_ipv6 return _internet_reachable