diff --git a/src/Application.kt b/src/Application.kt index a40b613..f690e9e 100644 --- a/src/Application.kt +++ b/src/Application.kt @@ -54,9 +54,6 @@ fun Application.module(testing: Boolean = false) { is PartData.FormItem -> { if (part.name == "description") { println("Sending MQTT Message") - try { - - } val msgObj: MessageObject = gson.fromJson(part.value,MessageObject::class.java) mqttClient.publish("command/${msgObj.device_id}", message) }