mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Removed unnecessary debug output
This commit is contained in:
@@ -501,7 +501,7 @@ class Realm(LFCliBase):
|
||||
|
||||
if ipv6:
|
||||
v = response['interface']
|
||||
print(v)
|
||||
#print(v)
|
||||
if v['ipv6 address'] != 'DELETED' and not v['ipv6 address'].startswith('fe80') \
|
||||
and v['ipv6 address'] != 'AUTO':
|
||||
if debug:
|
||||
|
||||
Reference in New Issue
Block a user