mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Turn Off Debug Mode for Traversal Server
This commit is contained in:
parent
51136681df
commit
4669b50e0b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <vector>
|
||||
#include "Common/TraversalProto.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define DEBUG 0
|
||||
#define NUMBER_OF_TRIES 5
|
||||
|
||||
static u64 currentTime;
|
||||
|
|
Loading…
Add table
Reference in a new issue