removed debug output

This commit is contained in:
Timon Ringwald 2022-02-17 08:57:34 +01:00
parent fc765c00d4
commit 59deba8d46

View File

@ -41,8 +41,6 @@ func main() {
line = line[:len(line)-1]
matches := pattern.FindStringSubmatch(line)
fmt.Println(matches)
if len(matches) == 0 {
if *keepUnmatched {
fmt.Println(line)