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; }