mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:58:12 +00:00
GIODevice: Remove debug spam.
This commit is contained in:
parent
9ad076178a
commit
a319641fc4
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ ByteBuffer GIODevice::read_line(int max_size)
|
|||
m_buffered_data = move(new_buffered_data);
|
||||
line[line_index] = '\0';
|
||||
line.trim(line_index + 1);
|
||||
dbgprintf("GIODevice::read_line: '%s'\n", line.pointer());
|
||||
return line;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue