remove debug
This commit is contained in:
parent
a70035e981
commit
45dbfbd02f
1 changed files with 0 additions and 4 deletions
|
@ -33,7 +33,6 @@ import UUID
|
||||||
import qualified Annex
|
import qualified Annex
|
||||||
import Trust
|
import Trust
|
||||||
import LocationLog
|
import LocationLog
|
||||||
import Messages
|
|
||||||
|
|
||||||
{- add generators for new Remotes here -}
|
{- add generators for new Remotes here -}
|
||||||
generators :: [Annex [Remote Annex]]
|
generators :: [Annex [Remote Annex]]
|
||||||
|
@ -43,9 +42,6 @@ generators = [Remote.GitRemote.generate]
|
||||||
- Since doing so can be expensive, the list is cached in the Annex. -}
|
- Since doing so can be expensive, the list is cached in the Annex. -}
|
||||||
genList :: Annex [Remote Annex]
|
genList :: Annex [Remote Annex]
|
||||||
genList = do
|
genList = do
|
||||||
g <- Annex.gitRepo
|
|
||||||
u <- getUUID g
|
|
||||||
showNote $ "Remote.genList " ++ u
|
|
||||||
rs <- Annex.getState Annex.remotes
|
rs <- Annex.getState Annex.remotes
|
||||||
if null rs
|
if null rs
|
||||||
then do
|
then do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue