mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
No debug command in lf_check.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user