status-report-scripts review-stats.py,1.1,1.2

Jason ティビツ tibbs at fedoraproject.org
Sat Oct 3 17:46:35 UTC 2009


Author: tibbs

Update of /cvs/fedora/status-report-scripts
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1559

Modified Files:
	review-stats.py 
Log Message:
Remove some debug code.



Index: review-stats.py
===================================================================
RCS file: /cvs/fedora/status-report-scripts/review-stats.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- review-stats.py	3 Oct 2009 17:14:44 -0000	1.1
+++ review-stats.py	3 Oct 2009 17:46:34 -0000	1.2
@@ -137,7 +137,6 @@
 #    for i in ['-', '+', '?']:
     for i in ['-', '?']:
         querydata['value0-0-0'] = 'fedora-review' + i
-        print "Foo!"
         b1 = bz.query(querydata)
         for bug in b1:
             bugdata[bug.bug_id] = {}
@@ -147,8 +146,6 @@
             bugdata[bug.bug_id]['reviewflag'] = i
         bugs += b1
 
-    print "Foo!" 
-
     bugs.sort(key=operator.attrgetter('bug_id'))
 
     return [bugs, bugdata]




More information about the fedora-extras-commits mailing list