diff --git a/test/libsinsp_e2e/event_capture.cpp b/test/libsinsp_e2e/event_capture.cpp index 98782e991f..f9e3b27240 100644 --- a/test/libsinsp_e2e/event_capture.cpp +++ b/test/libsinsp_e2e/event_capture.cpp @@ -177,7 +177,6 @@ void event_capture::capture() while (SCAP_SUCCESS == get_inspector()->next(&event)) { // just consume the remaining events - dumper->dump(event); } } }