remove spurious printf

This commit is contained in:
Jan-Piet Mens
2016-03-01 08:50:43 +01:00
parent 5b533a00ad
commit d0e4759638
-1
View File
@@ -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