From 6a1652b99b5653e60d9bf24fda1c36c5f3dd01ea Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Mon, 18 Apr 2011 06:30:41 +0100 Subject: ido-mode/ido_switcher: remove an annoying debug print when switching channels/queries mode. --- ido-mode/ido_switcher.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ido-mode') diff --git a/ido-mode/ido_switcher.pl b/ido-mode/ido_switcher.pl index a5ab859..b8a604b 100644 --- a/ido-mode/ido_switcher.pl +++ b/ido-mode/ido_switcher.pl @@ -558,7 +558,7 @@ sub get_all_windows { if ($mode_type ne 'ALL') { @mode_cache = @window_cache; - @window_cache = grep { print "Type: " . $_->{type}; $_->{type} eq $mode_type } @window_cache; + @window_cache = grep { $_->{type} eq $mode_type } @window_cache; } else { @window_cache = @mode_cache if @mode_cache; } -- cgit v1.2.3