REF remove debug print

This commit is contained in:
Nathan Dwarshuis 2020-03-14 02:08:59 -04:00
parent efdae569d1
commit 97b0dc2e8b
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ myEventHook ClientMessageEvent { ev_message_type = t, ev_data = d }
if | magic == magicString -> removeEmptyWorkspaceByTag' tag
| magic == acpiMagic -> do
let acpiTag = readMaybe tag :: Maybe ACPIEvent
io $ print acpiTag
forM_ acpiTag $ \case
Power -> myPowerPrompt
Sleep -> confirmPrompt myPromptTheme "suspend?" runSuspend