Skip to content
Snippets Groups Projects
Commit 6b241842 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

remove logger warnings

parent 16b1733e
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,9 @@ def corpus_analysis_query(query):
context = 100
progress = 0
while chunk_start <= results.size:
logger.warning("test")
chunk = results.dump_values(context=context,
first_result=chunk_start,
num_results=chunk_size)
logger.warning(chunk)
if (results.size == 0):
progress = 100
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment