mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 17:10:03 +02:00
unnecessary print
This commit is contained in:
parent
7536c16a48
commit
b5d02ac398
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user