From e65f42c843cc00124c1d7b385a220e4fc963bab8 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Fri, 6 Jan 2017 22:28:58 -1000 Subject: [PATCH] Disable logging macros --- lib/Endpoint.cpp | 2 +- lib/Listener.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Endpoint.cpp b/lib/Endpoint.cpp index 54f2db1..0e10610 100644 --- a/lib/Endpoint.cpp +++ b/lib/Endpoint.cpp @@ -1,6 +1,6 @@ #include "jbus/Endpoint.hpp" -#define LOG_TRANSFER 1 +#define LOG_TRANSFER 0 namespace jbus { diff --git a/lib/Listener.cpp b/lib/Listener.cpp index adbf7f1..7f9dd6b 100644 --- a/lib/Listener.cpp +++ b/lib/Listener.cpp @@ -1,7 +1,7 @@ #include "jbus/Listener.hpp" #include "jbus/Endpoint.hpp" -#define LOG_LISTENER 1 +#define LOG_LISTENER 0 namespace jbus {