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