diff --git a/anki/exporting.py b/anki/exporting.py index 181dd9c44..8dbe221d2 100644 --- a/anki/exporting.py +++ b/anki/exporting.py @@ -55,7 +55,6 @@ class Exporter(object): cards = self.deck.s.column0("select id from cards") else: d = tagIds(self.deck.s, self.limitTags, create=False) - print d cards = self.deck.s.column0( "select cardId from cardTags where tagid in %s" % ids2str(d.values()))