Skip to content

Commit

Permalink
Remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 13, 2023
1 parent 924522b commit 9ce7629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,6 @@ def parse_text_list(self, text, debug=False):
expanded_interfaces.append(copy.deepcopy(reference_interface))
continue

print("LOOP HERE")
if self.iterate_attribute == 'channel' and isinstance(template_interface.channel, int):
##############################################################
# Handle incrementing channel numbers
Expand Down

0 comments on commit 9ce7629

Please sign in to comment.