diff --git a/src/console.cpp b/src/console.cpp index 53eb61691..25dea0dd0 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -575,7 +575,7 @@ static void setup_commands(std::shared_ptr & commands) { return; } else { // show message if no data returned (e.g. for analogsensor, temperaturesensor, custom) - shell.println("Command executed. Check log for messages."); + shell.println("Command executed"); return; } } else if (return_code == CommandRet::NOT_FOUND) {