Skip to content

Commit d183ffc

Browse files
committed
Remove printout
1 parent 77f9077 commit d183ffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

offer-manager-app/src/main/groovy/life/qbic/portal/offermanager/ExportAllOffers.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public InputStream exportOffersToTsv() {
9292
allOffers.stream()
9393
.map(this::toTsvLine)
9494
.forEach(fileContent::append);
95-
System.out.println(fileContent);
9695
return new ByteArrayInputStream(fileContent.toString().getBytes());
9796
}
9897

0 commit comments

Comments
 (0)