Skip to content

Commit

Permalink
kirk change
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Nov 11, 2024
1 parent 5bdab3c commit d48e191
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/clp_ffi_js/ir/UnstructuredIrStreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,7 @@ auto UnstructuredIrStreamReader::deserialize_stream() -> size_t {
}
}

auto log_event_with_filter_data{LogEventWithFilterData<UnstructuredLogEvent>(
log_event,
log_level,
log_event.get_timestamp()
)};
m_encoded_log_events.emplace_back(std::move(log_event_with_filter_data));
m_encoded_log_events.emplace_back(log_event, log_level, log_event.get_timestamp());
}
m_stream_reader_data_context.reset(nullptr);
return m_encoded_log_events.size();
Expand Down

0 comments on commit d48e191

Please sign in to comment.