Remove debug output

This commit is contained in:
2020-05-11 18:12:34 +02:00
parent 54d4e47873
commit 6ac42c4955
-3
View File
@@ -68,9 +68,6 @@ uint64_t BufferUdpReceiver::get_frame_from_udp(
// Happens if the last packet from the previous frame gets lost.
} else if (metadata.pulse_id != packet_buffer_.bunchid) {
cout << "source_id " << source_id_ << " missing last packet";
cout << " pulse_id " << metadata.pulse_id << endl;
packet_buffer_loaded_ = true;
return metadata.pulse_id;