remove an unneeded debug

This commit is contained in:
Stephen Birarda 2014-05-23 17:41:58 -07:00
parent 9df0f2c1e5
commit fe05beb88d

View file

@ -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;