From 7716d6201816d5b62085c7c5d79836091ef557ae Mon Sep 17 00:00:00 2001 From: Jm Date: Wed, 30 Dec 2020 15:16:04 -0800 Subject: [PATCH] Remove old comment --- src/plugins/TextMessagePlugin.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/plugins/TextMessagePlugin.cpp b/src/plugins/TextMessagePlugin.cpp index 31d98fee..1e742454 100644 --- a/src/plugins/TextMessagePlugin.cpp +++ b/src/plugins/TextMessagePlugin.cpp @@ -18,11 +18,5 @@ bool TextMessagePlugin::handleReceived(const MeshPacket &mp) powerFSM.trigger(EVENT_RECEIVED_TEXT_MSG); notifyObservers(&mp); - // This is going into the wifidev feature branch - // Only update the WebUI if WiFi is enabled - //#if WiFi_MODE != 0 - // notifyWebUI(); - //#endif - return false; // Let others look at this message also if they want }