From 3cfcaa39222ca8b2dc693a2a1a5b11dabb69019d Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Tue, 3 Nov 2020 00:18:05 +0100 Subject: [PATCH] Got it working! --- climate-server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/climate-server.go b/climate-server.go index f35809f..4c2a3fa 100644 --- a/climate-server.go +++ b/climate-server.go @@ -52,7 +52,6 @@ func saveSnapshot(w http.ResponseWriter, r *http.Request) error { snapshotSub.Humidity, snapshotSub.Co2, snapshotSub.Timestamp) - fmt.Println(query) _, err = ClimateDb.Query(query) if err != nil { return fmt.Errorf("couldn't submit snapshot into the database: %w", err)