summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index 4d449b4..2364b70 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -65,7 +65,6 @@ void webfinger_request(char *qs, int *status, char **actor, char **user)
else {
xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource);
- printf("url: %s\n", url);
xs_http_request("GET", url, headers, NULL, 0, status, &payload, &p_size);
}