mirror of
https://github.com/owntracks/recorder.git
synced 2026-05-05 02:36:45 +00:00
remove spurious debug
This commit is contained in:
2
geo.c
2
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);
|
||||
|
||||
Reference in New Issue
Block a user