X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2Fmain.go;h=3ee41929f431b4efc2ecb18adc86f0a4ef115ea1;hb=8bae1ff85eef426eafced1dabac9fadd733dd29a;hp=1c1890f2391fb5c4024f44b624d89764657e7861;hpb=b309fbd569151ca79a6dd20d27cdd02319145499;p=nonrtric%2Fplt%2Fsme.git 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())