From 360896e1132c24add829ff875504e1129e516da9 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 11 Sep 2011 08:51:29 +0300 Subject: [PATCH] Removed spurious print --- OpenId2/Discovery.hs | 1 - authenticate.cabal | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenId2/Discovery.hs b/OpenId2/Discovery.hs index 725aa9f1..c4deb80b 100644 --- a/OpenId2/Discovery.hs +++ b/OpenId2/Discovery.hs @@ -89,7 +89,6 @@ discoverYADIS ident mb_loc redirects = do Just loc -> discoverYADIS ident (Just loc) (redirects - 1) Nothing -> do let mdoc = parseXRDS $ responseBody res - liftIO $ print mdoc case mdoc of Just doc -> return $ parseYADIS ident doc Nothing -> return Nothing diff --git a/authenticate.cabal b/authenticate.cabal index 092dfe1b..0824d79e 100644 --- a/authenticate.cabal +++ b/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 0.10.2 +version: 0.10.2.1 license: BSD3 license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani