mirror of https://github.com/cjbassi/gotop.git
Remove partial comment
This commit is contained in:
parent
0f2a5d1e9a
commit
e7dff53936
|
@ -128,7 +128,6 @@ func (self *Table) Draw(buf *Buffer) {
|
|||
}
|
||||
}
|
||||
|
||||
// drawLoca
|
||||
func (self *Table) drawLocation(buf *Buffer) {
|
||||
total := len(self.Rows)
|
||||
topRow := self.TopRow + 1
|
||||
|
|
Loading…
Reference in New Issue