Remove commented line for checking git branch

This commit is contained in:
jothi
2025-08-06 05:17:46 +00:00
parent f6d3908088
commit bd68af1f58

View File

@@ -205,7 +205,6 @@ func messageHandler(client mqtt.Client, msg mqtt.Message) {
return return
} }
// Build insert statement
columns := []string{"plant_id", "mfm_meter_id"} columns := []string{"plant_id", "mfm_meter_id"}
placeholders := []string{"$1", "$2"} placeholders := []string{"$1", "$2"}
args := []interface{}{plantID, mfmMeterID} args := []interface{}{plantID, mfmMeterID}