logging cleanup
This commit is contained in:
		@@ -39,7 +39,7 @@ impl TokenSink for Website {
 | 
			
		||||
                                    if let Some(mut parsed) = url {
 | 
			
		||||
                                        parsed.set_query(None);
 | 
			
		||||
                                        parsed.set_fragment(None);
 | 
			
		||||
                                        debug!("Final cleaned URL: `{}`", parsed.to_string());
 | 
			
		||||
                                        trace!("Final cleaned URL: `{}`", parsed.to_string());
 | 
			
		||||
                                        let web = Website::new(&parsed.to_string(), false);
 | 
			
		||||
                                        links.push(web);
 | 
			
		||||
                                    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user