We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e0589 commit 6308d09Copy full SHA for 6308d09
1 file changed
src/sio_socket.cpp
@@ -8,7 +8,7 @@
8
#include <cstdarg>
9
#include <functional>
10
11
-#if DEBUG || _DEBUG
+#if (DEBUG || _DEBUG) && !defined(SIO_DISABLE_LOGGING)
12
#define LOG(x) std::cout << x
13
#else
14
#define LOG(x)
0 commit comments