docs: remove redundant comments (#3765)
This commit is contained in:
		
							
								
								
									
										1
									
								
								gin.go
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								gin.go
									
									
									
									
									
								
							@ -334,7 +334,6 @@ func (engine *Engine) addRoute(method, path string, handlers HandlersChain) {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
	root.addRoute(path, handlers)
 | 
						root.addRoute(path, handlers)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Update maxParams
 | 
					 | 
				
			||||||
	if paramsCount := countParams(path); paramsCount > engine.maxParams {
 | 
						if paramsCount := countParams(path); paramsCount > engine.maxParams {
 | 
				
			||||||
		engine.maxParams = paramsCount
 | 
							engine.maxParams = paramsCount
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user