Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
door7302 committed Apr 3, 2024
1 parent e8bc841 commit 5674d21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions format/json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package json

import (
"encoding/json"
"fmt"

"github.com/netsampler/goflow2/v2/format"
)
Expand All @@ -25,7 +24,6 @@ func (d *JsonDriver) Format(data interface{}) ([]byte, []byte, error) {
}

output, err := json.Marshal(data)
fmt.Println(err)
return key, output, err
}

Expand Down

0 comments on commit 5674d21

Please sign in to comment.