Browse Source

Turn off TRACE_ROUTING

Ian Goldberg 8 months ago
parent
commit
b5fc3ab27a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Enclave/route.cpp

+ 1 - 1
Enclave/route.cpp

@@ -8,7 +8,7 @@
 #include "route.hpp"
 #include "route.hpp"
 
 
 #define PROFILE_ROUTING
 #define PROFILE_ROUTING
-#define TRACE_ROUTING
+// #define TRACE_ROUTING
 
 
 RouteState route_state;
 RouteState route_state;