Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused method
  • Loading branch information
harishreedharan committed Oct 22, 2014
commit b4be0c11f4df23948060c68c1d57acfae6a0d57f
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