diff --git a/src/env.cpp b/src/env.cpp index 527ed253b..d951036a9 100644 --- a/src/env.cpp +++ b/src/env.cpp @@ -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")); - } } }