From 39fe17b8e4afc8a79000338dd9758cc71fd97677 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Aug 2015 13:18:47 -0400 Subject: remove debug print --- Remote/Git.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Remote/Git.hs') diff --git a/Remote/Git.hs b/Remote/Git.hs index 4505c14ff..170bd7cfa 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' -- cgit v1.2.3