From d8c3753fbdd43f0d1c2d679b9f3ba4bda7348256 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Fri, 6 Aug 2021 13:15:51 -0700 Subject: [PATCH] No debug command in lf_check.py Signed-off-by: Matthew Stidham --- py-scripts/tools/lf_check.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py-scripts/tools/lf_check.py b/py-scripts/tools/lf_check.py index c52a1138..3d6b821c 100755 --- a/py-scripts/tools/lf_check.py +++ b/py-scripts/tools/lf_check.py @@ -1222,8 +1222,7 @@ Example : if value[1] is None: print(UserWarning('Check your %s IP address, %s is unreachable' % (key, value[0]))) else: - if args.debug: - print('%s IP address %s accessible' % (key, value[1])) + print('%s IP address %s accessible' % (key, value[1])) if ping_result['LANforge Manager'][1] is None: pass