Skip to content

Commit

Permalink
remove debuging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Apr 18, 2024
1 parent 248f4b8 commit 8c847d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netutils/config/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ def _build_banner(self, config_line: str) -> t.Optional[str]:
@staticmethod
def is_banner_one_line(config_line: str) -> bool:
"""Determine if all banner config is on one line."""
print(config_line)
_, delimeter, banner = config_line.partition("^C")
# if the banner is the delimeter is a single line empty banner. e.g banner motd ^C^C which ios allows.
if banner == "^C":
Expand Down

0 comments on commit 8c847d9

Please sign in to comment.