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
|
tryGitConfigRead autoinit r
|
||||||
| haveconfig r = return r -- already read
|
| haveconfig r = return r -- already read
|
||||||
| Git.repoIsSsh r = store $ do
|
| Git.repoIsSsh r = store $ do
|
||||||
liftIO $ print autoinit
|
|
||||||
v <- Ssh.onRemote r (pipedconfig, return (Left $ error "configlist failed")) "configlist" [] configlistfields
|
v <- Ssh.onRemote r (pipedconfig, return (Left $ error "configlist failed")) "configlist" [] configlistfields
|
||||||
case v of
|
case v of
|
||||||
Right r'
|
Right r'
|
||||||
|
|
Loading…
Add table
Reference in a new issue