From bd68af1f5869e536025aca3f88138d638484e924 Mon Sep 17 00:00:00 2001 From: jothi Date: Wed, 6 Aug 2025 05:17:46 +0000 Subject: [PATCH] Remove commented line for checking git branch --- mqtt_client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mqtt_client.go b/mqtt_client.go index 2eb6001..bc1bde6 100644 --- a/mqtt_client.go +++ b/mqtt_client.go @@ -205,7 +205,6 @@ func messageHandler(client mqtt.Client, msg mqtt.Message) { return } - // Build insert statement columns := []string{"plant_id", "mfm_meter_id"} placeholders := []string{"$1", "$2"} args := []interface{}{plantID, mfmMeterID} -- 2.49.1