Skip to content

Commit

Permalink
chore: remove test log (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Skye Gill <[email protected]>
  • Loading branch information
skyerus authored Feb 9, 2023
1 parent fef9b87 commit ff518a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/service/connect_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ func (s *ConnectService) ResolveBoolean(
zap.String("flag-key", req.Msg.GetFlagKey()),
zap.Strings("context-keys", formatContextKeys(req.Msg.GetContext())),
)
s.Logger.WarnWithID(reqID, "test")
s.Logger.DebugWithID(reqID, "boolean flag value requested")

res := connect.NewResponse(&schemaV1.ResolveBooleanResponse{})
Expand Down

0 comments on commit ff518a3

Please sign in to comment.