From d0e4759638d65cbf8f73813bd4c11580749ec007 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 1 Mar 2016 08:50:43 +0100 Subject: [PATCH] remove spurious printf --- misc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/misc.c b/misc.c index fd314e8..2bcbd11 100644 --- a/misc.c +++ b/misc.c @@ -185,7 +185,6 @@ void get_defaults(char *filename, struct udata *ud) if (config_lookup_int(cf, "OTR_PRECISION", &ival) != CONFIG_FALSE) { geohash_setprec(ival); - printf("PREC=%d\n", geohash_prec()); } #if WITH_HTTP