main: don't unredirect /dev/console from on_show_splash

The code that's there, doesn't make much sense, so this
commit removes it.
This commit is contained in:
Ray Strode 2013-12-03 16:51:38 -05:00
parent 68fd7da44c
commit 7bdd4fc0e1

View file

@ -949,12 +949,6 @@ on_show_splash (state_t *state)
if (!state->is_attached && state->should_be_attached && has_display)
attach_to_running_session (state);
if (!has_display)
{
ply_trace ("no open seats");
detach_from_running_session (state);
}
if (plymouth_should_show_default_splash (state))
{
show_default_splash (state);