Disable logging macros

This commit is contained in:
Jack Andersen 2017-01-06 22:28:58 -10:00
parent c34b81ad6c
commit e65f42c843
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "jbus/Endpoint.hpp"
#define LOG_TRANSFER 1
#define LOG_TRANSFER 0
namespace jbus
{

View File

@ -1,7 +1,7 @@
#include "jbus/Listener.hpp"
#include "jbus/Endpoint.hpp"
#define LOG_LISTENER 1
#define LOG_LISTENER 0
namespace jbus
{