Skip to content

Commit

Permalink
removed stupid stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Oct 6, 2015
1 parent 65b8dd6 commit 712098a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/marlin/pisces/Renderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -1492,9 +1492,6 @@ static final class OffHeapEdgeArray {
*/
void resize(final long len) {
// TODO: handle OOME ?

System.out.println("resize: "+len);

this.address = unsafe.reallocateMemory(address, len);
this.length = len;
if (logUnsafeMalloc) {
Expand Down

0 comments on commit 712098a

Please sign in to comment.