Skip to content

Commit

Permalink
Remove unnecessary debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
anelson committed Oct 8, 2016
1 parent 478d360 commit fe31c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/scala/Zstd.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class ZstdSpec extends FlatSpec with Checkers with Whenever {

compressedBuffer.flip()
for ((level, compresedSize) <- levels.zip(compressedSizes)) {
println(s"level=${level} compressedSize=${compresedSize}")
val oldCompressedPosition = compressedBuffer.position()
val oldDecompressedPosition = decompressedBuffer.position()

Expand Down

0 comments on commit fe31c7c

Please sign in to comment.