Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Signed-off-by: h4l0gen <[email protected]>
  • Loading branch information
h4l0gen committed Jan 29, 2024
1 parent 1be449d commit 7cff1ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userspace/engine/formats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ std::string falco_formats::format_event(gen_event *evt, const std::string &rule,

formatter = m_falco_engine->create_formatter(source, format);

// Format the original output string, regardless of output format

if(formatter->get_output_format() == gen_event_formatter::OF_JSON)
{
std::string json_line;
Expand Down

0 comments on commit 7cff1ef

Please sign in to comment.