Remove errant debugging stuff
This commit is contained in:
parent
ee7cc18808
commit
a3f2a25f7b
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue