mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Remove debug log
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user