From da90cc630ee7ea777485c1da01686f1e44e6fa36 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 24 Sep 2007 12:11:50 +0000 Subject: Remove debug lines --- src/start-stop-daemon.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/start-stop-daemon.c') diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index a234653e..8c43a407 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -890,9 +890,6 @@ int start_stop_daemon (int argc, char **argv) rc_strlist_add (&newenv, env); } - STRLIST_FOREACH (newenv, env, i) - einfo ("env %s", env); - umask (022); stdout_fd = devnull_fd; -- cgit v1.2.3