mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 18:04:13 +02:00
Stop spamming the logs
This commit is contained in:
@@ -178,8 +178,6 @@ int main (int argc, char *argv[])
|
||||
auto metadata = received_data.first;
|
||||
auto data = received_data.second;
|
||||
|
||||
cout << "Received pulse_id " << metadata->pulse_id << endl;
|
||||
|
||||
if (metadata->pulse_id != current_pulse_id) {
|
||||
cout << "ERROR expecting " << current_pulse_id;
|
||||
cout << " diff " << current_pulse_id - metadata->pulse_id << endl;
|
||||
|
||||
Reference in New Issue
Block a user