REF remove extra print statement

This commit is contained in:
Nathan Dwarshuis 2020-03-20 15:43:09 -04:00
parent 6fa14e10e6
commit 468bb5497b
1 changed files with 0 additions and 1 deletions

View File

@ -23,6 +23,5 @@ stopXMonadService :: Client -> IO ()
stopXMonadService client = do stopXMonadService client = do
reply <- releaseName client "org.xmonad" reply <- releaseName client "org.xmonad"
disconnect client disconnect client
print reply
return () return ()