Removed unnecessary debug output

This commit is contained in:
Logan Lipke
2020-08-27 16:07:45 -07:00
parent 6cf34bd242
commit e694a4b162

View File

@@ -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: