Removed unnecessary comment.

This commit is contained in:
flosch 2010-07-25 18:45:49 +02:00
parent 386c48b116
commit 9411b38508

View File

@ -135,7 +135,6 @@ class Q(object):
# Handle DBRef
if isinstance(value, pymongo.dbref.DBRef):
# this.created_user.$id == "4c4c56f8cc1831418c000000"
op_js = '(this.%(field)s.$id == "%(id)s" &&'\
' this.%(field)s.$ref == "%(ref)s")' % {
'field': key,