From 91f7f995e38ffabddcba8e9ba8dddf01772e4bcb Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Sun, 23 Oct 2016 18:11:23 +0200 Subject: [PATCH] Less debug. --- patterns.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/patterns.go b/patterns.go index 33768d0..c449b05 100644 --- a/patterns.go +++ b/patterns.go @@ -60,8 +60,6 @@ func pattern(first string, lines []string) (maplist []map[string]string) { fieldmap[name] = fields[key+1] } - fmt.Printf("%#v\n", fieldmap) - if re.Match.Action == "send" { // Finished for this item. Create a new field map and add this to the list. maplist = append(maplist, fieldmap)