Explorar el Código

Turn off TRACE_ROUTING

Ian Goldberg hace 8 meses
padre
commit
b5fc3ab27a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Enclave/route.cpp

+ 1 - 1
Enclave/route.cpp

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