소스 검색

Turn off TRACE_ROUTING

Ian Goldberg 8 달 전
부모
커밋
b5fc3ab27a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;