From fe05beb88da50f800e63d6967df8451424a1d831 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 23 May 2014 17:41:58 -0700 Subject: [PATCH] remove an unneeded debug --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 502b1f3ed7..8d8c098fe0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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;