Skip to content

Commit 4259ef8

Browse files
author
Luca Salvatore
committed
removed another debug print
1 parent 920f427 commit 4259ef8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

napalm_srl/srl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,6 @@ def commit_config(self, message='', revert_in=None):
23122312
logging.error(e)
23132313
raise CommitError(e) from e
23142314
else:
2315-
print("no commit pending")
23162315
return self._cli_commit(message,revert_in)
23172316

23182317
def discard_config(self):

0 commit comments

Comments
 (0)