[XMonad] Remove log

This commit is contained in:
Ivan Malison 2020-12-03 14:26:14 -08:00
parent 89413674c4
commit fc583fde01
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -398,8 +398,7 @@ getClass w = fromMaybe <$> getClassRaw w <*> getVirtualClass w
desktopEntriesMap :: MM.MultiMap String DesktopEntry
desktopEntriesMap =
unsafePerformIO $ do
tee id (>>= writeToHomeDirLog . show . MM.keys) $
unsafePerformIO $
indexDesktopEntriesByClassName <$> getDirectoryEntriesDefault
lookupIconFromClasses classes =