Remove old dbg!()
This commit is contained in:
parent
529ac555ec
commit
ef375f6472
|
|
@ -32,7 +32,7 @@ impl TextBuffer {
|
|||
if num_chars == 0 {
|
||||
0
|
||||
} else {
|
||||
dbg!(self.contents.total_lines())
|
||||
self.contents.total_lines()
|
||||
+ if self
|
||||
.contents
|
||||
.get_char_at_index(self.contents.total_chars() - 1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue