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