From a6ef853e2b1ab048d20fc5568935a82eaed48999 Mon Sep 17 00:00:00 2001 From: Rayson zhu Date: Sun, 20 Nov 2016 01:29:16 +0800 Subject: [PATCH] will not print user name --- src/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 4c7a7660..9f201450 100644 --- a/src/utils.c +++ b/src/utils.c @@ -104,7 +104,6 @@ run_as(const char *user) { #ifndef __MINGW32__ if (user[0]) { - printf("user: %s\n", user); /* Convert user to a long integer if it is a non-negative number. * -1 means it is a user name. */ long uid = -1;