Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Nov 7, 2024
1 parent 78fe01c commit 6449e8c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected MarsReceipt buildMarsReceipt(
isaJson,
marsMessage,
marsAccessions);
System.out.println("Mars accessions: " + marsAccessions);
return MarsReceipt.builder()
.targetRepository(targetRepository)
.accessions(marsAccessions)
Expand Down

0 comments on commit 6449e8c

Please sign in to comment.