Skip to content

Commit 1156768

Browse files
author
Nicolas Rempulski
committed
Cleanup, this has hurt my retinas for too long !
1 parent 0fc9d44 commit 1156768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/wisdom-api/src/main/java/org/wisdom/api/bodies/RenderableByteArray.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public InputStream render(Context context, Result result) throws RenderableExcep
7878
*/
7979
@Override
8080
public long length() {
81-
System.out.println("length : " + bytes.length);
8281
return bytes.length;
8382
}
8483

0 commit comments

Comments
 (0)