summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/accman.c b/accman.c
index 79a3d1c..186693e 100644
--- a/accman.c
+++ b/accman.c
@@ -31,7 +31,6 @@ uint8_t confirm(struct user u)
char choice[32];
ssize_t len;
- printf("User: %s\n", u.n);
printf("Do you want to insert new user '%s'? [Y/n] \n", u.n);
len = read(0, choice, 32);