removed debug output
This commit is contained in:
parent
fc765c00d4
commit
59deba8d46
2
main.go
2
main.go
@ -41,8 +41,6 @@ func main() {
|
|||||||
line = line[:len(line)-1]
|
line = line[:len(line)-1]
|
||||||
matches := pattern.FindStringSubmatch(line)
|
matches := pattern.FindStringSubmatch(line)
|
||||||
|
|
||||||
fmt.Println(matches)
|
|
||||||
|
|
||||||
if len(matches) == 0 {
|
if len(matches) == 0 {
|
||||||
if *keepUnmatched {
|
if *keepUnmatched {
|
||||||
fmt.Println(line)
|
fmt.Println(line)
|
||||||
|
Loading…
Reference in New Issue
Block a user