mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 13:54:13 +02:00
Make it less noisy
This commit is contained in:
@@ -180,10 +180,10 @@ int main (int argc, char *argv[])
|
||||
|
||||
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;
|
||||
}
|
||||
// if (metadata->pulse_id != current_pulse_id) {
|
||||
// cout << "ERROR expecting " << current_pulse_id;
|
||||
// cout << " diff " << current_pulse_id - metadata->pulse_id << endl;
|
||||
// }
|
||||
|
||||
// TODO: Write to H5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user