mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
LFUtils.py - removes debugging
This commit is contained in:
@@ -476,13 +476,11 @@ def name_to_eid(input):
|
|||||||
return rv
|
return rv
|
||||||
|
|
||||||
if (len(info) == 2) and info[0].isnumeric() and not info[1].isnumeric(): # resource.port-name
|
if (len(info) == 2) and info[0].isnumeric() and not info[1].isnumeric(): # resource.port-name
|
||||||
print("ZZZZZZZZZZZZZZZZZZZZZZZZZZZZ")
|
|
||||||
rv[1] = int(info[0])
|
rv[1] = int(info[0])
|
||||||
rv[2] = info[1]
|
rv[2] = info[1]
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
elif (len(info) == 2) and not info[0].isnumeric(): # port-name.qvlan
|
elif (len(info) == 2) and not info[0].isnumeric(): # port-name.qvlan
|
||||||
print("YYYYYYYYYYYYYYYYYYYYYYYYYYYY")
|
|
||||||
rv[2] = info[0]+"."+info[1]
|
rv[2] = info[0]+"."+info[1]
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user