[entropy.client.interfaces.methods] no need to run world updates calculation on load_repository_database

This commit is contained in:
Fabio Erculiani
2009-07-15 23:11:45 +02:00
parent 054db055fa
commit 5e018b5cb9
@@ -197,7 +197,6 @@ class RepositoryMixin:
self.clear_dump_cache(etpCache['world'])
self.clear_dump_cache(etpCache['install'])
self.clear_dump_cache(etpCache['remove'])
self.calculate_world_updates(use_cache = False)
return conn
def get_repository_revision(self, reponame):