Stop spamming the logs

This commit is contained in:
2020-04-23 18:27:12 +02:00
parent 1d517f1ae2
commit 70f2e73e30
-2
View File
@@ -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;