3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-18 07:37:31 +02:00

Remove logging and bump build.

This commit is contained in:
Roxanne Skelly 2019-04-15 12:35:36 -07:00
parent 743d626b32
commit 3949ca2638

View file

@ -390,7 +390,6 @@ Wallet::Wallet() {
} else {
status = (uint) WalletStatus::WALLET_STATUS_READY;
}
qCDebug(commerce) << "WALLET STATUS:" + keyStatus + " " + status;
walletScriptingInterface->setWalletStatus(status);
});