Skip to content

Commit 8c847d9

Browse files
committed
remove debuging print statements
1 parent 248f4b8 commit 8c847d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netutils/config/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ def _build_banner(self, config_line: str) -> t.Optional[str]:
556556
@staticmethod
557557
def is_banner_one_line(config_line: str) -> bool:
558558
"""Determine if all banner config is on one line."""
559-
print(config_line)
560559
_, delimeter, banner = config_line.partition("^C")
561560
# if the banner is the delimeter is a single line empty banner. e.g banner motd ^C^C which ios allows.
562561
if banner == "^C":

0 commit comments

Comments
 (0)