summaryrefslogtreecommitdiff
path: root/Remotes.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-14 13:49:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-14 13:49:45 -0400
commitf9557d7c5e2aa7ef19a5d589594154a21c7f2caa (patch)
treeee4f1794a6ff5e4cc8afdcb682abee16e4709ae9 /Remotes.hs
parent7c975eab07d842e3d91626871027f803f34c6372 (diff)
uuid cache done
Diffstat (limited to 'Remotes.hs')
-rw-r--r--Remotes.hs1
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