diff --git a/.gitignore b/.gitignore index 7c7dc7d..834ab10 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ main *.sh -**/*.log \ No newline at end of file +**/*.log + +ROADMAP.md \ No newline at end of file diff --git a/cmd/decoder/main.go b/cmd/decoder/main.go index 508943d..2a8626b 100644 --- a/cmd/decoder/main.go +++ b/cmd/decoder/main.go @@ -109,7 +109,6 @@ func decodeBeacon(adv model.BeaconAdvertisement, appState *appcontext.AppState, } eMsg, err := event.ToJSON() - fmt.Printf("event: %+v\n", eMsg) if err != nil { return err }