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