From 1be5943903274226ce8d9ffa10d3eb2faca48696 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 16 Apr 2010 01:25:47 +0900 Subject: [PATCH] remove erroneous comment --- anki/deck.py | 1 - 1 file changed, 1 deletion(-) diff --git a/anki/deck.py b/anki/deck.py index d9498fdbf..8e8980556 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -682,7 +682,6 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time()) self._dailyStats = dailyStats(self) # mark due cards and update counts self.checkDue() - # invalid card count # determine new card distribution if self.newCardSpacing == NEW_CARDS_DISTRIBUTE: if self.newCountToday: