diff options
author | Andreas Kling <kling@serenityos.org> | 2022-07-17 16:40:18 +0200 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 79ce12a363096684b3b5016e00f42e9de9837f43 (patch) | |
tree | 17573d65794b3dfb20638ec84925e8476f71f789 /Ladybird/ConsoleClient.cpp | |
parent | f2b126f4d7041a15fb82aa6e8341a5f903032202 (diff) | |
download | serenity-79ce12a363096684b3b5016e00f42e9de9837f43.zip |
Ladybird: Remove debug spam about non-existent console messages
Diffstat (limited to 'Ladybird/ConsoleClient.cpp')
-rw-r--r-- | Ladybird/ConsoleClient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ladybird/ConsoleClient.cpp b/Ladybird/ConsoleClient.cpp index 68d30e950f..fbafed4f5f 100644 --- a/Ladybird/ConsoleClient.cpp +++ b/Ladybird/ConsoleClient.cpp @@ -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; } |