mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ladybird: Remove debug spam about non-existent console messages
This commit is contained in:
parent
f2b126f4d7
commit
79ce12a363
Notes:
sideshowbarker
2024-07-17 02:47:52 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/79ce12a363 Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg
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
|
||||
// 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.
|
||||
dbgln("Requested non-existent console message index.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue