Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Oct 22, 2014
1 parent edcbee1 commit b4be0c1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,6 @@ object WriteAheadLogSuite {
}
}

def printData(data: Seq[String]) {
println("# items in data = " + data.size)
println(data.mkString("\n"))
}

implicit def stringToByteBuffer(str: String): ByteBuffer = {
ByteBuffer.wrap(Utils.serialize(str))
}
Expand Down

0 comments on commit b4be0c1

Please sign in to comment.