Removed spurious print
This commit is contained in:
parent
153e52b85b
commit
360896e113
@ -89,7 +89,6 @@ discoverYADIS ident mb_loc redirects = do
|
|||||||
Just loc -> discoverYADIS ident (Just loc) (redirects - 1)
|
Just loc -> discoverYADIS ident (Just loc) (redirects - 1)
|
||||||
Nothing -> do
|
Nothing -> do
|
||||||
let mdoc = parseXRDS $ responseBody res
|
let mdoc = parseXRDS $ responseBody res
|
||||||
liftIO $ print mdoc
|
|
||||||
case mdoc of
|
case mdoc of
|
||||||
Just doc -> return $ parseYADIS ident doc
|
Just doc -> return $ parseYADIS ident doc
|
||||||
Nothing -> return Nothing
|
Nothing -> return Nothing
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: authenticate
|
name: authenticate
|
||||||
version: 0.10.2
|
version: 0.10.2.1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
|
author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user