Removed logPageLength from logPage

This commit is contained in:
Karen Feng 2013-07-11 16:35:56 -07:00
parent 9ed036ccdb
commit ece2388585

View file

@ -83,7 +83,6 @@ class WorkerWebUI(val worker: Worker, val workDir: File, requestedPort: Option[I
val (startByte, endByte) = getByteRange(path, offset, byteLength)
val file = new File(path)
val logLength = file.length
//val logPageLength = endByte-startByte
val logText = <node>{Utils.offsetBytes(path, startByte, endByte)}</node>