diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-17 23:15:42 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-17 23:15:42 +0800 |
| commit | cbb7d48b0aef7f73b4ae9bd70d04fe772d02a8f9 (patch) | |
| tree | 33abf8c398f879ba186250c96527bba2829dd579 | |
| parent | 273710e3597c2809168dec72679e5d5cf1907e1e (diff) | |
Remove a no longer necessary log
| -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 |