We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248f4b8 commit 8c847d9Copy full SHA for 8c847d9
netutils/config/parser.py
@@ -556,7 +556,6 @@ def _build_banner(self, config_line: str) -> t.Optional[str]:
556
@staticmethod
557
def is_banner_one_line(config_line: str) -> bool:
558
"""Determine if all banner config is on one line."""
559
- print(config_line)
560
_, delimeter, banner = config_line.partition("^C")
561
# if the banner is the delimeter is a single line empty banner. e.g banner motd ^C^C which ios allows.
562
if banner == "^C":
0 commit comments