diff --git a/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp b/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp index dd29ebdd..fb807ea9 100644 --- a/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp +++ b/include/fdreadoutlibs/wib/WIBFrameProcessor.hpp @@ -239,8 +239,8 @@ class WIBFrameProcessor : public readoutlibs::TaskRawDataProcessorModel::add_preprocess_task( std::bind(&WIBFrameProcessor::timestamp_check, this, std::placeholders::_1)); - TaskRawDataProcessorModel::add_preprocess_task( - std::bind(&WIBFrameProcessor::frame_error_check, this, std::placeholders::_1)); + //TaskRawDataProcessorModel::add_preprocess_task( + //std::bind(&WIBFrameProcessor::frame_error_check, this, std::placeholders::_1)); TaskRawDataProcessorModel::conf(cfg); }