From f99ae3d713f757743afdec987fac6976c13e40b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Aug 2015 13:18:47 -0400 Subject: [PATCH] remove debug print --- Remote/Git.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Remote/Git.hs b/Remote/Git.hs index 4505c14ff5..170bd7cfa8 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -200,7 +200,6 @@ tryGitConfigRead :: Bool -> Git.Repo -> Annex Git.Repo tryGitConfigRead autoinit r | haveconfig r = return r -- already read | Git.repoIsSsh r = store $ do - liftIO $ print autoinit v <- Ssh.onRemote r (pipedconfig, return (Left $ error "configlist failed")) "configlist" [] configlistfields case v of Right r'