Remove errant debug print.
This commit is contained in:
parent
d1cc7a9a49
commit
52de7eeee8
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ def run_query(bz):
|
|||
if select_needsponsor(i, bugdata[i.id]):
|
||||
usermap[i.reporter] = ''
|
||||
|
||||
print usermap
|
||||
for i in bz._proxy.User.get({'names': usermap.keys()})['users']:
|
||||
usermap[i['name']] = i['real_name']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue