remove debug
This commit is contained in:
parent
e053f31816
commit
57a9484fbc
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@ runRelayService s runner service = bracket setup cleanup go
|
||||||
return (v, waiter, hin, hout, pid)
|
return (v, waiter, hin, hout, pid)
|
||||||
|
|
||||||
cleanup (_, waiter, hin, hout, pid) = do
|
cleanup (_, waiter, hin, hout, pid) = do
|
||||||
hPutStrLn stderr "!!!!\n\nIN CLEANUP"
|
|
||||||
hFlush stderr
|
|
||||||
hClose hin
|
hClose hin
|
||||||
hClose hout
|
hClose hout
|
||||||
cancel waiter
|
cancel waiter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue