From f981c13ae679a8d6174555676996539657af443a Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Mon, 19 Aug 2019 08:24:41 +0200 Subject: [PATCH] Update xdrv_10_scripter.ino --- sonoff/xdrv_10_scripter.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/sonoff/xdrv_10_scripter.ino b/sonoff/xdrv_10_scripter.ino index 6e7daa2ab..696c7750f 100644 --- a/sonoff/xdrv_10_scripter.ino +++ b/sonoff/xdrv_10_scripter.ino @@ -3408,8 +3408,6 @@ bool ScriptMqttData(void) } value.trim(); - //Create an new event. Cannot directly call RulesProcessEvent(). - //snprintf_P(event_data, sizeof(event_data), PSTR("%s=%s"), event_item.Event.c_str(), value.c_str()); char sbuffer[128]; snprintf_P(sbuffer, sizeof(sbuffer), PSTR(">%s=\"%s\"\n"), event_item.Event.c_str(), value.c_str()); //toLog(sbuffer);