mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove print statement
This commit is contained in:
parent
00087ed101
commit
3aa787a146
1 changed files with 0 additions and 1 deletions
|
@ -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("""
|
||||
|
|
Loading…
Reference in a new issue