From e8fd0a455cd6e5b84e58a53efdd26b98296b45ec Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 22 Feb 2018 18:32:09 -0800 Subject: [PATCH] [Linux] Remove output of rofi_select_input.hs --- dotfiles/lib/bin/rofi_select_input.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/lib/bin/rofi_select_input.hs b/dotfiles/lib/bin/rofi_select_input.hs index 9e22d6df..3736a1b9 100755 --- a/dotfiles/lib/bin/rofi_select_input.hs +++ b/dotfiles/lib/bin/rofi_select_input.hs @@ -24,9 +24,6 @@ main = do selectedIsMuted = fromMaybe True $ isMuted . (!! 1) <$> find ((== selectedSink) . head) matches setAll state = mapM_ (setMuteAction state . head) matches - print selectedSink - print matches - print selectedIsMuted case exitCode of ExitSuccess -> void $ setMuteAction (toSetString selectedIsMuted) selectedSink