From a3f2a25f7b60c1a64aea8bfc6f6afceaaf679adc Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 12 Jun 2012 20:40:18 -0500 Subject: [PATCH] Remove errant debugging stuff --- scripts/review-stats/review-stats.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/review-stats/review-stats.py b/scripts/review-stats/review-stats.py index 4bc3d34..d405a49 100755 --- a/scripts/review-stats/review-stats.py +++ b/scripts/review-stats/review-stats.py @@ -171,8 +171,7 @@ def run_query(bz): # Now process the other three flags; not much special processing for them querydata['type0-0-0'] = 'equals' # for i in ['-', '+', '?']: - for i in []: #['-', '?']: - print "foo" + for i in ['-', '?']: querydata['value0-0-0'] = 'fedora-review' + i b1 = bz.query(querydata) for bug in b1: