aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/env.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/env.cpp b/src/env.cpp
index 527ed253..d951036a 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"));
- }
}
}