mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:07:35 +00:00
Ladybird: Remove debug spam about non-existent console messages
This commit is contained in:
parent
f2b126f4d7
commit
79ce12a363
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ void ConsoleClient::send_messages(i32 start_index)
|
||||||
// When the console is first created, it requests any messages that happened before
|
// When the console is first created, it requests any messages that happened before
|
||||||
// then, by requesting with start_index=0. If we don't have any messages at all, that
|
// then, by requesting with start_index=0. If we don't have any messages at all, that
|
||||||
// is still a valid request, and we can just ignore it.
|
// is still a valid request, and we can just ignore it.
|
||||||
dbgln("Requested non-existent console message index.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue