summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-17 23:15:42 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-17 23:15:42 +0800
commitcbb7d48b0aef7f73b4ae9bd70d04fe772d02a8f9 (patch)
tree33abf8c398f879ba186250c96527bba2829dd579
parent273710e3597c2809168dec72679e5d5cf1907e1e (diff)
Remove a no longer necessary log
-rw-r--r--user.c1
1 files changed, 0 insertions, 1 deletions
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