servant-client-jsaddle: Remove some debug printing
This commit is contained in:
parent
a0b21fb1ff
commit
93f2e3eb37
1 changed files with 0 additions and 3 deletions
|
@ -39,9 +39,6 @@ data TestResponse = TestResponse { byteList :: [Word8] }
|
||||||
|
|
||||||
testServer :: Server TestApi
|
testServer :: Server TestApi
|
||||||
testServer x = do
|
testServer x = do
|
||||||
liftIO $ putStrLn "Hello tehre"
|
|
||||||
liftIO $ print x
|
|
||||||
liftIO $ hFlush stdout
|
|
||||||
pure . TestResponse . B.unpack $ x
|
pure . TestResponse . B.unpack $ x
|
||||||
|
|
||||||
testClient :: Client ClientM TestApi
|
testClient :: Client ClientM TestApi
|
||||||
|
|
Loading…
Reference in a new issue