From 5edc830f9bcf1799f95e269d331e4a2e8127f3be Mon Sep 17 00:00:00 2001 From: Brian Read Date: Sat, 27 Jul 2024 10:48:00 +0100 Subject: [PATCH] Few more fixes to navigation2.conf --- root/etc/e-smith/events/actions/navigation2-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/events/actions/navigation2-conf b/root/etc/e-smith/events/actions/navigation2-conf index 4bb2bb3..6559d85 100644 --- a/root/etc/e-smith/events/actions/navigation2-conf +++ b/root/etc/e-smith/events/actions/navigation2-conf @@ -152,7 +152,7 @@ foreach my $lang (@langs) $prefix = "xx_"; # Probably never match!! } - print("Prefix: ".$prefix."".$file2." (".$lang.")\n"); + #print("Prefix: ".$prefix." ".$file2." (".$lang.")\n"); my %Lexicon = (); push(@panel_lex, @gen_lex);