Merge pull request #4966 from RisingFog/remove_traversal_server_debug_mode

Turn Off Debug Mode for Traversal Server
This commit is contained in:
Matthew Parlane 2017-02-27 16:18:13 +13:00 committed by GitHub
commit d666363ac4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <vector>
#include "Common/TraversalProto.h"
#define DEBUG 1
#define DEBUG 0
#define NUMBER_OF_TRIES 5
static u64 currentTime;