REF remove extra print statement
This commit is contained in:
parent
6fa14e10e6
commit
468bb5497b
|
@ -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 ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue