Skip to content
Snippets Groups Projects
Commit 884dcc0b authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7262 OZG-7627 Remove log

parent 45401b67
Branches
Tags
1 merge request!6OZG-7262 OZG-7566 Notify callObserver about error
......@@ -110,7 +110,6 @@ public class GrpcBinaryFileServerDownloader<T> {
sendChunks();
} catch (Exception e) {
downloadError.set(new TechnicalException("Error while downloading file contents", e));
LOG.error(downloadError.get().getMessage(), downloadError.get());
} finally {
closeOutputStream();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment