remove debug print
This commit is contained in:
parent
4665fc9e84
commit
f99ae3d713
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue