REF remove extra print statement
This commit is contained in:
parent
6fa14e10e6
commit
468bb5497b
|
@ -23,6 +23,5 @@ stopXMonadService :: Client -> IO ()
|
|||
stopXMonadService client = do
|
||||
reply <- releaseName client "org.xmonad"
|
||||
disconnect client
|
||||
print reply
|
||||
return ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue