diff options
-rw-r--r-- | user.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |