From 85ca2e7360c13e3b651d700cef23a72fa95cc27d Mon Sep 17 00:00:00 2001 From: blazSmehov Date: Mon, 22 Dec 2025 15:06:50 +0100 Subject: [PATCH] chore: update gitignore --- .gitignore | 4 +++- cmd/decoder/main.go | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) 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 }