mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[mod] xpath engine: remove logging of the requested URL
This commit is contained in:
		
							parent
							
								
									91a6d80e82
								
							
						
					
					
						commit
						0e42db9da1
					
				@ -173,7 +173,6 @@ def request(query, params):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    params['url'] = search_url.format(**fargs)
 | 
					    params['url'] = search_url.format(**fargs)
 | 
				
			||||||
    params['soft_max_redirects'] = soft_max_redirects
 | 
					    params['soft_max_redirects'] = soft_max_redirects
 | 
				
			||||||
    logger.debug("query_url --> %s", params['url'])
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return params
 | 
					    return params
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user