Merge "libstore: remove withFramedSink exception print" into main

This commit is contained in:
eldritch horrors
2025-01-26 02:08:14 +00:00
committed by Gerrit Code Review
-7
View File
@@ -998,13 +998,6 @@ void RemoteStore::ConnectionHandle::withFramedSink(std::function<void(Sink & sin
{
if (stderrThread.joinable()) {
stderrThread.join();
if (ex) {
try {
std::rethrow_exception(ex);
} catch (...) {
ignoreExceptionExceptInterrupt();
}
}
}
});