1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- removed debug statement (to print out urls add "debug=1" to your ~/.oscrc)

This commit is contained in:
Marcus Hüwe 2009-09-22 19:08:51 +00:00
parent 1130e28061
commit 39a92bc63b

View File

@ -3769,7 +3769,6 @@ def search(apiurl, search_list, kind, search_term, verbose = False, exact_matche
predicate = build_xpath_predicate(search_list, search_term, exact_matches)
u = makeurl(apiurl, ['search', kind], ['match=%s' % quote_plus(''.join(predicate))])
if conf.config['verbose']: print '>>', unquote(u), '<<'
f = http_GET(u)
root = ET.parse(f).getroot()
result = []