Skip to content

Commit

Permalink
Add change to trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan committed Nov 10, 2023
1 parent ce40697 commit 232823d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/callout/cmd/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func (server *GRPCMessageServer) Send(
ctx context.Context,
m *proto.Message,
) (*proto.Empty, error) {

server.Logger.Level(logger.Debug).Printf("received new grpc message")

res := server.encoder.Decode(m)
Expand Down

0 comments on commit 232823d

Please sign in to comment.