summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-13 13:18:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-13 13:18:47 -0400
commit39fe17b8e4afc8a79000338dd9758cc71fd97677 (patch)
tree5b028e1da99580a3e89926476d02475d12d40da5 /Remote
parentedf374c1e0169a90b9c9b39c2e823ad2219bb222 (diff)
remove debug print
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Git.hs1
1 files changed, 0 insertions, 1 deletions
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'