Browse Source

Deleted left debug information.

default 2 years ago
parent
commit
d66b20a880
1 changed files with 0 additions and 1 deletions
  1. 0 1
      webfinger.c

+ 0 - 1
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);
     }