Skip to content

Commit

Permalink
Remove leftover debug fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Kemp committed Nov 3, 2020
1 parent 77c94b0 commit 36a372f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evaluator/evaluate_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func evaluateJSONPath(expr string, event map[string]interface{}) interface{} {
if jsonPathField == nil {
panic("couldn't parse JSONPath expression")
}
fmt.Println("evaluating JSONPath", expr, event, jsonPathField)

var subValue interface{}
switch sub := event[jsonPathField[1]].(type) {
Expand Down

0 comments on commit 36a372f

Please sign in to comment.