Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
congwang09 committed Oct 3, 2024
1 parent 08ce7ef commit bd483de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdx_controller/handlers/lc_message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ def process_lc_json_msg(
"topologies", "num_domain_topos", num_domain_topos
)
else:
# print("----current domain list----")
# print(domain_list)
num_domain_topos = len(domain_list)
# num_domain_topos = int(num_domain_topos) + 1
# self.db_instance.add_key_value_pair_to_db(
# "topologies", "num_domain_topos", num_domain_topos
# )

db_key = "LC-" + str(num_domain_topos)
logger.info(f"Adding topology {db_key} to db.")
Expand Down

0 comments on commit bd483de

Please sign in to comment.