Remove debug lines

This commit is contained in:
Roy Marples 2007-09-24 12:11:50 +00:00
parent e95cea3d86
commit da90cc630e

View File

@ -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;