Explorar el Código

Improve HTTPServer validation

Stan hace 14 horas
padre
commit
5556b38aaa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      http_server.go

+ 0 - 1
http_server.go

@@ -318,7 +318,6 @@ func validateData(handler HTTPServerHandler) bool {
 		}
 
 		for _, validator := range validators {
-			fmt.Println(fn.Name)
 			if validator.Validate(fv.Interface()) {
 				continue
 			}