Skip to content

Commit

Permalink
cleaner debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed May 26, 2021
1 parent c96cd41 commit badc568
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Source/SocketIOLib/Private/sio_socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@
#include <cstdarg>
#include <functional>

#ifndef DEBUG
#define DEBUG 0
#endif

#if DEBUG
#if defined(DEBUG) && DEBUG
#define LOG(x) std::cout << x
#else
#define LOG(x)
Expand Down

0 comments on commit badc568

Please sign in to comment.