diff --git a/libraries/entropy/db.py b/libraries/entropy/db.py index 0ec9c28c8..2b89b6780 100644 --- a/libraries/entropy/db.py +++ b/libraries/entropy/db.py @@ -4438,7 +4438,6 @@ class LocalRepository: """) def regenerateCountersTable(self, vdb_path, output = False): - self.createCountersTable() # this is necessary now, counters table should be empty self.cursor.execute("DELETE FROM counters;") # assign a counter to an idpackage