snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit d66b20a8808a1b51931b8193ce54c5f6c054b338
parent 2a05ec3b6ee5944f7eded6dd23c2326473c589e4
Author: default <nobody@localhost>
Date:   Thu, 22 Sep 2022 11:40:50 +0200

Deleted left debug information.

Diffstat:
Mwebfinger.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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); }