Skip to content
Snippets Groups Projects
Commit 7625b0ff authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: removed debug output

parent 8eaaf2f2
No related branches found
No related tags found
No related merge requests found
Pipeline #271332 passed with warnings
......@@ -14,8 +14,6 @@ def get_dev_ports(ni_name, vlan):
areas = s['login'].get_areas(db=db, connection=get_db_conn())
vlan_valid = False
for a in areas:
if a.vlan:
print(a.vlan.ni_name, a.vlan.id)
if a.vlan is not None and a.vlan.id == vlan and a.vlan.ni_name == ni_name:
vlan_valid = True
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment