diff --git a/lib/DBus/Common.hs b/lib/DBus/Common.hs index 9871138..382d264 100644 --- a/lib/DBus/Common.hs +++ b/lib/DBus/Common.hs @@ -23,6 +23,5 @@ stopXMonadService :: Client -> IO () stopXMonadService client = do reply <- releaseName client "org.xmonad" disconnect client - print reply return ()