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