no need to rebuild count on export, as it's done in sync

This commit is contained in:
Damien Elmes 2008-11-17 08:30:14 +09:00
parent f1d61bc832
commit de09e37006

View file

@ -112,7 +112,6 @@ modified = :now
bulkClient.server = bulkServer
bulkClient.sync()
# need to save manually
self.newDeck.rebuildCounts()
self.newDeck.s.commit()
self.newDeck.close()