diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index af764a45b0d..b8a9adda208 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -433,8 +433,6 @@ bool falco_engine::parse_k8s_audit_json(nlohmann::json &j, std::list } catch(exception &e) { - // Propagate the exception - rethrow_exception(current_exception()); return false; } }