Skip to content

Commit 167e820

Browse files
committed
Removed unwated debugs
1 parent 470550f commit 167e820

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sonic-py-common/sonic_py_common/security_cipher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def __read_passwd_file(self, feature_type):
8484
except PermissionError:
8585
syslog.syslog(syslog.LOG_ERR, "__read_passwd_file: Read permission denied: {}".format(self._file_path))
8686

87-
syslog.syslog(syslog.LOG_ERR, "NIKHIL PASSWORD {}".format(passwd))
8887
return passwd
8988

9089
# Encrypt the passkey

0 commit comments

Comments
 (0)