diff --git a/ciscoconfparse/ccp_util.py b/ciscoconfparse/ccp_util.py index f6f9297b..5f17cba2 100644 --- a/ciscoconfparse/ccp_util.py +++ b/ciscoconfparse/ccp_util.py @@ -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)