From ca7776573ab0c18f04ad6aa8891de05683688aa7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 7 Jan 2020 17:10:07 +0100 Subject: [PATCH] Remove debug info --- tasmota/xsns_56_hpma.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/xsns_56_hpma.ino b/tasmota/xsns_56_hpma.ino index c9d50f28f..c66b3c7fd 100644 --- a/tasmota/xsns_56_hpma.ino +++ b/tasmota/xsns_56_hpma.ino @@ -64,7 +64,6 @@ void HpmaSecond(void) // Every second void HpmaInit(void) { hpma_type = 0; - Serial.println("SDS init"); if (pin[GPIO_HPMA_RX] < 99 && pin[GPIO_HPMA_TX] < 99) { HpmaSerial = new TasmotaSerial(pin[GPIO_HPMA_RX], pin[GPIO_HPMA_TX], 1); hpma115S0 = new HPMA115S0(*HpmaSerial);