1
0

qml: don't log (potentially) sensitive data, closes #8124

This commit is contained in:
Sander van Grieken
2023-03-17 00:13:16 +01:00
parent 3574c99275
commit 3e5c692660
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ class QENewWalletWizard(NewWalletWizard, QEAbstractWizard):
def createStorage(self, js_data, single_password_enabled, single_password):
self._logger.info('Creating wallet from wizard data')
data = js_data.toVariant()
self._logger.debug(str(data))
#self._logger.debug(str(data))
if single_password_enabled and single_password:
data['encrypt'] = True