From cbb7d48b0aef7f73b4ae9bd70d04fe772d02a8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Tue, 17 Sep 2019 23:15:42 +0800 Subject: Remove a no longer necessary log --- user.c | 1 - 1 file changed, 1 deletion(-) diff --git a/user.c b/user.c index 680476c..e1ac41c 100644 --- a/user.c +++ b/user.c @@ -245,7 +245,6 @@ void rtclient_user_new(const char *name sprintf(content, "%sGecos: %s\n", content, gecos); sprintf(content, "%sPrivileged: %d\nDisabled: %d\n", content, privileged , disabled); - fprintf(stderr, "Content:\n%s", content); struct curl_httppost *post, *last = NULL; curl_formadd(&post, &last -- cgit v1.2.3