mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 18:30:05 +02:00
removed log as error already printed
This commit is contained in:
parent
062002243e
commit
36faec6ad3
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user