mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
removed unnessary printout
This commit is contained in:
parent
1ab80b0517
commit
aae4e3f993
@ -5203,7 +5203,6 @@ int multiSlsDetector::getData(const int isocket, const bool masking, int* image,
|
|||||||
frameIndex = d["fIndex"].GetUint64();
|
frameIndex = d["fIndex"].GetUint64();
|
||||||
subframeIndex = -1;
|
subframeIndex = -1;
|
||||||
if(d["bitmode"].GetInt()==32 && d["detType"].GetUint()== EIGER) {
|
if(d["bitmode"].GetInt()==32 && d["detType"].GetUint()== EIGER) {
|
||||||
cprintf(BLUE,"eiger 32 bitmode\n");
|
|
||||||
subframeIndex = d["expLength"].GetUint();
|
subframeIndex = d["expLength"].GetUint();
|
||||||
}
|
}
|
||||||
filename = d["fname"].GetString();
|
filename = d["fname"].GetString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user