From 1b0448d86300e5160833c16a7dbc215ef65d7bd2 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 1 Sep 2015 13:59:26 +0200 Subject: [PATCH] remove debug --- ot-recorder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ot-recorder.c b/ot-recorder.c index a9674f0..744155d 100644 --- a/ot-recorder.c +++ b/ot-recorder.c @@ -495,8 +495,6 @@ void on_message(struct mosquitto *mosq, void *userdata, const struct mosquitto_m if ((geo = gcache_json_get(ud->gc, utstring_body(ghash))) != NULL) { /* Habemus cached data */ - puts("I HAVE THIS IN LMDB"); - cached = TRUE; if ((j = json_find_member(geo, "cc")) != NULL) {