Clean up, removing commented out no longer needed lines

This commit is contained in:
Susanna Björverud 2009-04-10 14:45:27 +02:00
parent f2db5c27d6
commit 356d9365bb

View file

@ -701,10 +701,8 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
def deckFinishedMsg(self):
self.resetAfterReviewEarly()
spaceSusp = ""
#c = self.spacedCardCount()
#newLeft = self.newCardsPerDay - self.newCardsToday()
c= self.newSpacedCount()
if c: # and newLeft:
if c:
spaceSusp += ngettext('There is <b>%d</b> delayed new card.',
'There are <b>%d</b> delayed new cards.',
c) % c