remove spurious debug

This commit is contained in:
Jan-Piet Mens 2016-01-05 10:03:37 +01:00
parent 5da2edd126
commit f67cb22b0f

2
geo.c
View File

@ -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);