mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
remove spurious debug
This commit is contained in:
parent
5da2edd126
commit
f67cb22b0f
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);
|
||||
|
Loading…
Reference in New Issue
Block a user