mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 00:13:10 +02:00
remove an unneeded debug
This commit is contained in:
parent
9df0f2c1e5
commit
fe05beb88d
1 changed files with 0 additions and 1 deletions
|
@ -3108,7 +3108,6 @@ void Application::updateWindowTitle(){
|
|||
|
||||
AccountManager& accountManager = AccountManager::getInstance();
|
||||
if (accountManager.getAccountInfo().hasBalance()) {
|
||||
qDebug() << accountManager.getAccountInfo().getBalance();
|
||||
float creditBalance = accountManager.getAccountInfo().getBalance() / SATOSHIS_PER_CREDIT;
|
||||
|
||||
QString creditBalanceString;
|
||||
|
|
Loading…
Reference in a new issue