Skip to content

Commit 366b582

Browse files
committed
remove comment
1 parent ae0e613 commit 366b582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def validate_mirror_session_config(config_db, session_name, dst_port, src_port,
983983
""" Check if SPAN mirror-session config is valid """
984984
ctx = click.get_current_context()
985985
if len(config_db.get_entry('MIRROR_SESSION', session_name)) != 0:
986-
click.echo("Error: {} already exists".format(session_name)) # TODO: MISSING CONSTRAINT IN YANG MODEL
986+
click.echo("Error: {} already exists".format(session_name))
987987
return False
988988

989989
vlan_member_table = config_db.get_table('VLAN_MEMBER')

0 commit comments

Comments
 (0)