From d3518fe1db1a86a030b1e50c270d6df967cf8960 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 23 Apr 2020 15:58:35 +0200 Subject: [PATCH] Make it less noisy --- sf-writer/sf_h5_writer.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sf-writer/sf_h5_writer.cpp b/sf-writer/sf_h5_writer.cpp index 7eda4bd..6883382 100644 --- a/sf-writer/sf_h5_writer.cpp +++ b/sf-writer/sf_h5_writer.cpp @@ -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