We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beca41d commit d13b16eCopy full SHA for d13b16e
1 file changed
sat/sat/meshed.go
@@ -3,7 +3,6 @@ package sat
3
import (
4
"context"
5
"encoding/json"
6
- "fmt"
7
8
"github.com/pkg/errors"
9
"go.opentelemetry.io/otel/attribute"
@@ -22,8 +21,6 @@ import (
22
21
func (s *Sat) handleFnResult(msg bus.Message, result interface{}, fnErr error) {
23
ll := s.logger.With().Str("method", "handleFnResult").Logger()
24
25
- fmt.Println(string(msg.Data()))
26
-
27
// first unmarshal the request and sequence information
28
req, err := request.FromJSON(msg.Data())
29
if err != nil {
0 commit comments