mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[console] Remove a debug print
This commit is contained in:
parent
817aeb334e
commit
81e23b2e52
1 changed files with 0 additions and 3 deletions
|
@ -496,9 +496,6 @@ resize_input (view_t view, view_pos_t len)
|
|||
Draw_PrintBuffer (inp->buffer, inp->prompt);
|
||||
if (inp->input_line) {
|
||||
inp->input_line->width = inp->buffer->width - inp->buffer->cursx;
|
||||
printf ("resize_input: %d %zd %d %d %d\n", view.id,
|
||||
inp->input_line->width,
|
||||
len.x, inp->buffer->width, inp->buffer->cursx);
|
||||
inp->buffer->chars[inp->buffer->cursx] = inp->input_line->prompt_char;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue