mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Remove debug log
This commit is contained in:
parent
e5e77d7dc2
commit
bcbb67b707
@ -46,7 +46,6 @@ def corpus_analysis_query(query):
|
||||
else:
|
||||
chunk_size = 500
|
||||
chunk_start = 0
|
||||
logger.warning('pjentsch -> Start result transmission for query: {}'.format(query))
|
||||
while chunk_start < client.match_count:
|
||||
chunk = client.show_query_results(result_len=chunk_size,
|
||||
context_len=100,
|
||||
|
Loading…
Reference in New Issue
Block a user