diff --git a/TODO b/TODO index b85492941..e26ded645 100644 --- a/TODO +++ b/TODO @@ -17,8 +17,9 @@ TODO list: - add masking interface (*) - add branch switching menu (for upgrades) (*) - wrap root password request (*) + - handle queue errors (*) - Popularity feature - - handle queue errors + Project Status: - reagent: complete. diff --git a/libraries/entropy.py b/libraries/entropy.py index 731a8fd3c..8ab94761d 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -699,7 +699,6 @@ class EquoInterface(TextInterface): hash(tuple(etpRepositories.keys())) + \ m_hash + r_hash + s_hash ) - print c_hash cached = self.dumpTools.loadobj(etpCache['atomMatch']+c_hash) if cached != None: return cached