widgets(textinput): remove log line
This commit is contained in:
parent
310bff369b
commit
e92498002e
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ pub fn draw(self: *TextInput, win: Window) void {
|
|||
if (self.cursor_idx < self.draw_offset) self.draw_offset = self.cursor_idx;
|
||||
while (true) {
|
||||
const width = self.widthToCursor(win);
|
||||
log.debug("WIDTH TO CURSOR {d}, win.width {d}", .{ width, win.width });
|
||||
if (width >= win.width) {
|
||||
self.draw_offset +|= width - win.width + 1;
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue