diff --git a/src/cmph_structs.c b/src/cmph_structs.c index 6c2f6dc..dc38f89 100644 --- a/src/cmph_structs.c +++ b/src/cmph_structs.c @@ -2,7 +2,7 @@ #include -#define DEBUG +//#define DEBUG #include "debug.h" mph_t *__mph_new(MPH_ALGO algo, key_source_t *key_source)