mirror of
				https://github.com/tokio-rs/axum.git
				synced 2025-11-04 07:23:28 +00:00 
			
		
		
		
	Removed leftover "path_router hit" debug message (#1925)
This commit is contained in:
		
							parent
							
								
									51edc9c895
								
							
						
					
					
						commit
						21d496ddb1
					
				@ -299,10 +299,7 @@ where
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        match self.path_router.call_with_state(req, state) {
 | 
					        match self.path_router.call_with_state(req, state) {
 | 
				
			||||||
            Ok(future) => {
 | 
					            Ok(future) => future,
 | 
				
			||||||
                println!("path_router hit");
 | 
					 | 
				
			||||||
                future
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
            Err((mut req, state)) => {
 | 
					            Err((mut req, state)) => {
 | 
				
			||||||
                let super_fallback = req
 | 
					                let super_fallback = req
 | 
				
			||||||
                    .extensions_mut()
 | 
					                    .extensions_mut()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user