Skip to content

Commit

Permalink
removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
cstarcher committed Feb 4, 2024
1 parent cda73f7 commit 59210ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ public ExcelExportPackage packageExport(Submission submission, List<SubmissionLi
value = user.getName().toString();
} else {
value = valueAsObject.toString();
System.out.println("value: " + value.toString());
}
row.put(column.getTitle(), value.toString());
} catch (Exception exception) {
Expand Down

0 comments on commit 59210ee

Please sign in to comment.