changeset 144:654e85cc3ba1

Make this log option be off by default
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 18 Jan 2017 14:19:22 +0000
parents a9be6f1e680d
children 228a66adfb30
files vamp-client/CapnpRRClient.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-client/CapnpRRClient.h	Wed Jan 18 14:19:12 2017 +0000
+++ b/vamp-client/CapnpRRClient.h	Wed Jan 18 14:19:22 2017 +0000
@@ -48,7 +48,7 @@
 
 #include <capnp/serialize.h>
 
-#define LOG_ENTRYPOINTS 1
+//#define LOG_ENTRYPOINTS 1
 
 #ifdef LOG_ENTRYPOINTS
 #define LOG_E(x) log(x)