Skip to content

Commit 6be2f5e

Browse files
Remove printStackTrace from read-only stream retry (buildfarm#2391)
Co-authored-by: Jason Schroeder <jschroeder@salesforce.com>
1 parent 5299b8d commit 6be2f5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/build/buildfarm/instance/shard/ReadOnlyAwareOutputStream.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ private void withReadOnlyRetry(OnStream onStream) throws IOException {
4040
onStream.accept(getOutput());
4141
return;
4242
} catch (IOException e) {
43-
e.printStackTrace();
4443
if (Status.fromThrowable(e).getCode() != Code.FAILED_PRECONDITION) {
4544
throw e;
4645
}

0 commit comments

Comments
 (0)