aboutsummaryrefslogtreecommitdiff
path: root/Remote.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote.hs')
-rw-r--r--Remote.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Remote.hs b/Remote.hs
index 1d9a828d5..a7136ea65 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -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