mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
removed log as error already printed
This commit is contained in:
@ -295,8 +295,6 @@ void DataProcessor::ThreadExecution() {
|
||||
memImage->data);
|
||||
} catch (const std::exception &e) {
|
||||
fifo->FreeAddress(buffer);
|
||||
LOG(logERROR) << "DataProcessor " << index << ": Failed to Process. "
|
||||
<< e.what() << std::endl;
|
||||
throw RuntimeError(e.what());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user