Remove a debug() guarded by a surprising get_is_interactive

get_is_interactive can crash if proc_init has not been called.

Fixes #2280
This commit is contained in:
ridiculousfish 2016-02-16 01:46:12 -08:00
parent 5b506499c1
commit 81cdceddd3

View file

@ -294,11 +294,6 @@ static void handle_locale()
_nl_msg_cat_cntr++;
fish_dcgettext("fish", "Changing language to English", LC_MESSAGES);
if (get_is_interactive())
{
debug(2, _(L"Changing language to English"));
}
}
}