From 154673358b508809db459fe99945ddbed0212586 Mon Sep 17 00:00:00 2001 From: asamonik <49288593+asamonik@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:20:17 +0200 Subject: [PATCH] removed sync Signed-off-by: asamonik <49288593+asamonik@users.noreply.github.com> --- keptn-gateway/internal/gateway/gateway.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/keptn-gateway/internal/gateway/gateway.go b/keptn-gateway/internal/gateway/gateway.go index d14c529209..157157c2e6 100644 --- a/keptn-gateway/internal/gateway/gateway.go +++ b/keptn-gateway/internal/gateway/gateway.go @@ -59,8 +59,6 @@ func NewGateway() *Gateway { WriteTimeout: 30 * time.Second, }, } - defer NewGateway.logger.Sync() - return NewGateway }