turn off verbose HTTP request debug

This commit is contained in:
Stephen Birarda 2015-01-20 15:44:14 -08:00
parent 16dbc8048f
commit 466ea12d0f

View file

@ -27,7 +27,7 @@
#include "AccountManager.h"
const bool VERBOSE_HTTP_REQUEST_DEBUGGING = true;
const bool VERBOSE_HTTP_REQUEST_DEBUGGING = false;
AccountManager& AccountManager::getInstance(bool forceReset) {
static std::unique_ptr<AccountManager> sharedInstance(new AccountManager());