From f67cb22b0f3ae1a74c61224079bcd8db2f4ea871 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 5 Jan 2016 10:03:37 +0100 Subject: [PATCH] remove spurious debug --- geo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/geo.c b/geo.c index 92cb514..76b6447 100644 --- a/geo.c +++ b/geo.c @@ -165,8 +165,6 @@ JsonNode *revgeo(struct udata *ud, double lat, double lon, UT_string *addr, UT_s utstring_printf(url, GURL, "http", lat, lon); } - printf("URL=%s\n", UB(url)); - curl_easy_setopt(curl, CURLOPT_URL, UB(url)); curl_easy_setopt(curl, CURLOPT_USERAGENT, "OwnTracks-Recorder/1.0"); curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L);