Removed unused variable

This commit is contained in:
Adolfo Gómez García 2021-10-18 17:16:17 +02:00
parent e0d79cb590
commit d8e6de8c1e

View File

@ -368,7 +368,6 @@ class CommonService: # pylint: disable=too-many-instance-attributes
# Check for password change request for an user
if userName and newPassword:
changed = True
logger.info('Setting password for configured user')
try:
platform.operations.changeUserPassword(userName, oldPassword or '', newPassword)