remove debug

This commit is contained in:
Joey Hess 2016-11-21 22:11:53 -04:00
parent e053f31816
commit 57a9484fbc
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -132,8 +132,6 @@ runRelayService s runner service = bracket setup cleanup go
return (v, waiter, hin, hout, pid)
cleanup (_, waiter, hin, hout, pid) = do
hPutStrLn stderr "!!!!\n\nIN CLEANUP"
hFlush stderr
hClose hin
hClose hout
cancel waiter