1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

Less debug.

This commit is contained in:
Michael Cardell Widerkrantz 2016-10-23 18:11:23 +02:00
parent fb00ae5781
commit 91f7f995e3

View file

@ -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)