Skip to content

Commit

Permalink
Remove print out
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikl authored Sep 1, 2023
1 parent be4e970 commit 1ebe0fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ private void initData() throws Exception {

this.screen = createScreen(ctx);
this.plate = createPlateWithWells(ctx, screen);
System.out.println("ID: "+this.plate.getId());
this.wellIds = new ArrayList<Long>();
Plate p = this.plate.asPlate();
for (Well w : p.copyWells()) {
Expand Down

0 comments on commit 1ebe0fa

Please sign in to comment.