remove logout

This commit is contained in:
Proddy
2023-01-08 15:16:34 +01:00
parent 5d6231f51c
commit 9351b6c44a

View File

@@ -47,7 +47,6 @@ class EMSESPShell : public uuid::console::Shell {
static void generic_exit_context_function(Shell & shell, const std::vector<std::string> & arguments);
static void main_help_function(Shell & shell, const std::vector<std::string> & arguments);
static void main_exit_function(Shell & shell, const std::vector<std::string> & arguments);
static void main_logout_function(Shell & shell, const std::vector<std::string> & arguments);
EMSESP & emsesp_;