No debug command in lf_check.py

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-08-06 13:15:51 -07:00
parent 4bce5501c8
commit d8c3753fbd

View File

@@ -1222,7 +1222,6 @@ 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]))
if ping_result['LANforge Manager'][1] is None: