Skip to content

Commit

Permalink
* MDF [quic_api] disable debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
JaylinYu committed Jun 26, 2022
1 parent 5037d7f commit 1e09557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supplemental/quic/quic_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <unistd.h>

#define QUIC_API_C_DEBUG 0
#define QUIC_API_C_INFO 1
#define QUIC_API_C_INFO 0

#if QUIC_API_C_DEBUG
#define qdebug(fmt, ...) \
Expand Down

0 comments on commit 1e09557

Please sign in to comment.