Skip to content

Commit

Permalink
fix(#2435): print
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Aug 29, 2023
1 parent 98c9e7d commit e8377e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eo-runtime/src/main/java/EOorg/EOeolang/AtMemoized.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public void put(final Phi phi) {
this.length
);
}
System.out.println(bytes);
this.object = new Data.ToPhi(bytes);
}

Expand Down

2 comments on commit e8377e9

@0pdd
Copy link

@0pdd 0pdd commented on e8377e9 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2211-c8def9e6 disappeared from eo-runtime/src/test/java/EOorg/EOeolang/EOmemoryTest.java), that's why I closed #2435. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on e8377e9 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2435-00e0d128 discovered in eo-runtime/src/test/eo/org/eolang/tuple-tests.eo) and submitted as #2452. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.