mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
remove debugging
This commit is contained in:
parent
8b46bdd9a1
commit
5e78de61ee
1 changed files with 0 additions and 3 deletions
|
@ -256,9 +256,6 @@ void Ledger::accountSuccess(QNetworkReply& reply) {
|
|||
|
||||
QString keyStatus = "ok";
|
||||
QStringList localPublicKeys = wallet->listPublicKeys();
|
||||
qDebug() << "FIXME isOverride:" << isOverride;
|
||||
qDebug() << "remote:" << remotePublicKey;
|
||||
qDebug() << " local:" << (localPublicKeys.isEmpty() ? "" : localPublicKeys.first());
|
||||
if (remotePublicKey.isEmpty() || isOverride) {
|
||||
if (!localPublicKeys.isEmpty()) {
|
||||
QString key = localPublicKeys.first();
|
||||
|
|
Loading…
Reference in a new issue