Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Dec 19, 2019
1 parent 518f826 commit b22120a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/analyze/regex.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package analyzer

import (
"fmt"
"path"
"regexp"
"strconv"
Expand Down Expand Up @@ -125,8 +124,6 @@ func compareRegex(conditional string, foundMatches map[string]string) (bool, err

// if the value side of the conditional is an int, we assume it's an int
lookForValueInt, err := strconv.Atoi(lookForValue)

fmt.Printf("lookForMatchName = %s, operator = %s lookForValue = %s foundValue = %s\n", lookForMatchName, operator, lookForValue, foundValue)
if err == nil {
foundValueInt, err := strconv.Atoi(foundValue)
if err != nil {
Expand Down

0 comments on commit b22120a

Please sign in to comment.