diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-27 17:26:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-27 17:26:46 -0400 |
commit | 45dbfbd02f20c211f70061a93d382ee333ef27ad (patch) | |
tree | 8af5feb7f9f6f55992db93b1e3fbe77ddd8d2724 /Remote.hs | |
parent | a70035e981d44a3d5f1dd224be643f4eebb0f243 (diff) |
remove debug
Diffstat (limited to 'Remote.hs')
-rw-r--r-- | Remote.hs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -33,7 +33,6 @@ import UUID import qualified Annex import Trust import LocationLog -import Messages {- add generators for new Remotes here -} 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. -} genList :: Annex [Remote Annex] genList = do - g <- Annex.gitRepo - u <- getUUID g - showNote $ "Remote.genList " ++ u rs <- Annex.getState Annex.remotes if null rs then do |