diff --git a/Shell/Shell.cpp b/Shell/Shell.cpp index ddfad4d600c267..debfcded94d274 100644 --- a/Shell/Shell.cpp +++ b/Shell/Shell.cpp @@ -1077,8 +1077,6 @@ void Shell::custom_event(Core::CustomEvent& event) Core::EventLoop::current().post_event(*this, make(ShellEventType::ReadLine)); return; } - - event.ignore(); } Shell::Shell()