mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
turn off verbose HTTP request debug
This commit is contained in:
parent
16dbc8048f
commit
466ea12d0f
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue