Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jan 22, 2024
1 parent f2ef0c0 commit 968da9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions replay/json_match.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package replay
import (
"encoding/json"
"fmt"
"q"
"sort"
"strings"
"testing"
Expand Down Expand Up @@ -111,7 +110,6 @@ func assertJSONMatchesPattern(
path, len(pp), prettyJSON(t, a))
return
}
q.Q(path, options.UnorderedArrayPaths)
if options.UnorderedArrayPaths[path] {
sort.SliceStable(aa, func(i, j int) bool {
return strings.Compare(
Expand Down

0 comments on commit 968da9c

Please sign in to comment.