1
0
This commit is contained in:
Sander van Grieken
2023-03-17 12:01:55 +01:00
parent 8528907a5b
commit 0b3279820a
2 changed files with 0 additions and 2 deletions

View File

@@ -138,7 +138,6 @@ class QEQRImageProvider(QQuickImageProvider):
uri = uri._replace(query=query)
qstr = urllib.parse.urlunparse(uri)
#self._logger.debug('QR requested for %s' % qstr)
qr = qrcode.QRCode(version=1, border=2)
qr.add_data(qstr)

View File

@@ -92,7 +92,6 @@ 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))
if single_password_enabled and single_password:
data['encrypt'] = True