Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 13, 2023
1 parent e9a6804 commit 18b41b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3393,7 +3393,6 @@ def parse_text_list(self, text):
reference_interface = CiscoInterface(raw_part.split("-")[0].strip())
template_interface = CiscoInterface(raw_part.split("-")[0].strip())
if "-" not in raw_part:
print("HERE1", raw_part)
expanded_interfaces.append(copy.deepcopy(reference_interface))
continue

Expand All @@ -3415,7 +3414,6 @@ def parse_text_list(self, text):
continue

if idx > 0:
print("HERE2", raw_part)
if isinstance(reference_interface.channel, int):
#############################################################
# Base the new reference_interface off the lowest digit
Expand Down

0 comments on commit 18b41b2

Please sign in to comment.