From 2412898708140f9ec6c34e416d66c3867d2ec0d6 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 7 Jan 2022 10:53:54 -0500 Subject: [PATCH] Revert "Bugfix: Add chip shell engine initializing for esp32 platform (#13364)" (#13373) This reverts commit 0e5bc69f53562f9defbc6a59d0d1cac9772b6c95. --- examples/platform/esp32/shell_extension/launch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/platform/esp32/shell_extension/launch.cpp b/examples/platform/esp32/shell_extension/launch.cpp index 48707739ef0d51..59bd147b7d07cd 100644 --- a/examples/platform/esp32/shell_extension/launch.cpp +++ b/examples/platform/esp32/shell_extension/launch.cpp @@ -37,7 +37,6 @@ namespace chip { void LaunchShell() { - chip::Shell::Engine::Root().Init(); #if CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING idf::chip::RegisterHeapTraceCommands(); #endif // CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING