remove print statement

This commit is contained in:
Damien Elmes 2010-11-26 03:39:58 +09:00
parent 00087ed101
commit 3aa787a146

View file

@ -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("""