Skip to content

Commit

Permalink
Remove hard-coded debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 13, 2023
1 parent 18b41b2 commit f554237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3150,7 +3150,7 @@ def number(self, value):
logger.critical(f"{value}")
self._number = value

def update_state(self, debug=True):
def update_state(self, debug=False):
"Rewrite the state of this object; call this when any digit changes."
if (self.slot is None) and (self.card is None) and isinstance(self.port, (int, str)):
self._number_list[-1] = int(self._port)
Expand Down

0 comments on commit f554237

Please sign in to comment.