diff --git a/anki/deck.py b/anki/deck.py index 4a4e0b4d3..fb056318f 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -2649,7 +2649,6 @@ select cardId from cardTags where cardTags.tagId in %s""" % ids2str(ids) elif isNeg: fidquery += "select id from cards except " fidquery += "select id from cards where factId in (%s)" % token - print fidquery elif type == SEARCH_CARD: token = token.replace("*", "%") ids = self.s.column0("""