From 70f2e73e30b372cf10c12308e31510f402094ed4 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 23 Apr 2020 18:27:12 +0200 Subject: [PATCH] Stop spamming the logs --- sf-writer/sf_h5_writer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sf-writer/sf_h5_writer.cpp b/sf-writer/sf_h5_writer.cpp index 7eda4bd..dbfc2fe 100644 --- a/sf-writer/sf_h5_writer.cpp +++ b/sf-writer/sf_h5_writer.cpp @@ -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;