Skip to content

Commit

Permalink
Remove logging of sensitive data about a request (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
javorszky committed May 3, 2023
1 parent beca41d commit d13b16e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sat/sat/meshed.go
Expand Up @@ -3,7 +3,6 @@ package sat
import (
"context"
"encoding/json"
"fmt"

"github.com/pkg/errors"
"go.opentelemetry.io/otel/attribute"
Expand All @@ -22,8 +21,6 @@ import (
func (s *Sat) handleFnResult(msg bus.Message, result interface{}, fnErr error) {
ll := s.logger.With().Str("method", "handleFnResult").Logger()

fmt.Println(string(msg.Data()))

// first unmarshal the request and sequence information
req, err := request.FromJSON(msg.Data())
if err != nil {
Expand Down

0 comments on commit d13b16e

Please sign in to comment.