diff options
Diffstat (limited to 'Remotes.hs')
-rw-r--r-- | Remotes.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Remotes.hs b/Remotes.hs index ecb0d96e3..4f4e5a26c 100644 --- a/Remotes.hs +++ b/Remotes.hs @@ -91,7 +91,6 @@ tryGitConfigRead :: Git.Repo -> Annex (Maybe Git.Repo) tryGitConfigRead r = do if (Map.null $ Git.configMap r) then do - liftIO $ putStrLn $ "read config for " ++ (show r) result <- liftIO $ try (Git.configRead r) case (result) of Left err -> return Nothing |