From: elinuxhenrik Date: Thu, 9 Feb 2023 08:52:33 +0000 (+0100) Subject: Remov unnecessary comment X-Git-Tag: 1.1.0~24 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=8bae1ff85eef426eafced1dabac9fadd733dd29a;p=nonrtric%2Fplt%2Fsme.git Remov unnecessary comment Issue-ID: NONRTRIC-814 Signed-off-by: elinuxhenrik Change-Id: I9f034e1aa747f01b60d0bf8028d957206ddb1c5e --- 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())