Skip to content

Commit

Permalink
Removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
tshalvi committed Oct 12, 2023
1 parent c2ac376 commit 404e6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,6 @@ def task_worker(self):
continue

try:
self.log_debug("Starting CMIS state machine for port {}".format(lport))
# CMIS state transitions
if state == self.CMIS_STATE_INSERTED:
self.port_dict[lport]['appl'] = get_cmis_application_desired(api, host_lane_count, host_speed)
Expand Down

0 comments on commit 404e6ff

Please sign in to comment.