summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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