Skip to content
Snippets Groups Projects
Commit 30133edf authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6668 remove logging added for testing

parent d0adf89e
Branches
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ func (s *collaborationRouter) FindVorgang(ctx context.Context, in *pb.GrpcFindVo
}
func (s *collaborationRouter) handleRequest(ctx context.Context, handler func(pb.CollaborationServiceClient, context.Context) (interface{}, error)) (interface{}, error) {
logger.Info(fmt.Sprintf("setting grpc headers %s: %s", keyClientName, clientName))
ctx = metadata.AppendToOutgoingContext(ctx, keyClientName, clientName)
md, ok := metadata.FromIncomingContext(ctx)
if !ok {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment