cleanup(uerspace/falco): do not enter dropping mode.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2023-02-09 11:37:21 +01:00 committed by poiana
parent eaeec7c079
commit 7343bcf050

View File

@ -123,11 +123,5 @@ application::run_result application::open_live_inspector(
return run_result::fatal(e.what());
}
// This must be done after the open
if (!m_options.all_events)
{
inspector->start_dropping_mode(1);
}
return run_result::ok();
}