Skip to content
Snippets Groups Projects
Commit ece23885 authored by Karen Feng's avatar Karen Feng
Browse files

Removed logPageLength from logPage

parent 9ed036cc
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment