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