Skip to content

Commit 453c884

Browse files
committed
wip
1 parent 7dffac4 commit 453c884

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

quickblue/src/Explorer/Service.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ mkGetRequest :: (MonadIO f, FromJSON a, Show a) => Logging f -> ExplorerConfig -
5858
mkGetRequest Logging{..} ExplorerConfig{..} path = do
5959
let request = parseRequest_ (unUri explorerUri) & setRequestPath (Data.pack path)
6060

61-
debugM ("Request path is:" ++ show path)
62-
debugM ("Request is:" ++ show request)
63-
6461
response <- httpJSON request
6562

6663
let parsedResponse = getResponseBody response

0 commit comments

Comments
 (0)