unnecessary print

This commit is contained in:
maliakal_d 2022-06-08 16:39:25 +02:00
parent 7536c16a48
commit b5d02ac398

View File

@ -521,7 +521,6 @@ uint32_t Listener::ListenToAnImage(char *buf) {
// future packet by looking at image number (all other
// detectors)
if (fnum != currentFrameIndex) {
LOG(logINFORED) << "not equal. fnum:" << fnum << " currentfnum:" << currentFrameIndex;
carryOverFlag = true;
memcpy(carryOverPacket.get(), &listeningPacket[0], packetSize);