From: John Keeney Date: Fri, 10 Feb 2023 13:01:39 +0000 (+0000) Subject: Merge "Update Release Notes for G Maintenance Release" X-Git-Tag: 1.1.0~23 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7fd0f3d4fc909b557ad4fce74d874c465e7e82a4;hp=d55825ec39422d2b54da563fb3182f0cde630da3;p=nonrtric%2Fplt%2Fsme.git Merge "Update Release Notes for G Maintenance Release" --- diff --git a/capifcore/main.go b/capifcore/main.go index 1c1890f..3ee4192 100644 --- a/capifcore/main.go +++ b/capifcore/main.go @@ -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())