Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iamskp11 committed Sep 18, 2024
1 parent 80c6342 commit 06b6336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/eval/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -3600,7 +3600,6 @@ func evalJSONOBJKEYS(args []string, store *dstore.Store) []byte {
keysList = make([]interface{},0,len(results))

for _, result := range results {
// fmt.Printf("Result without map interface is %s\n", result.([]interface{}))
switch utils.GetJSONFieldType(result) {
case utils.ObjectType:
keys := make([]string, 0)
Expand Down

0 comments on commit 06b6336

Please sign in to comment.