diff --git a/gittip/participant.py b/gittip/participant.py index 0a2fc5cdd2..9f27e405f8 100644 --- a/gittip/participant.py +++ b/gittip/participant.py @@ -268,7 +268,6 @@ def get_dollars_giving(self): FROM tips JOIN participants p ON p.id = tippee WHERE tipper=%s - AND last_bill_result = '' AND is_suspicious IS NOT true ORDER BY tippee , mtime DESC