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:
parent
fb00ae5781
commit
91f7f995e3
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue