Merge "Update Release Notes for G Maintenance Release"
authorJohn Keeney <john.keeney@est.tech>
Fri, 10 Feb 2023 13:01:39 +0000 (13:01 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Fri, 10 Feb 2023 13:01:39 +0000 (13:01 +0000)
capifcore/main.go

index 1c1890f..3ee4192 100644 (file)
@@ -83,7 +83,6 @@ func main() {
 }
 
 func getEcho() *echo.Echo {
-       // This is how you set up a basic Echo router
        e := echo.New()
        // Log all requests
        e.Use(echomiddleware.Logger())