From 79ce12a363096684b3b5016e00f42e9de9837f43 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 17 Jul 2022 16:40:18 +0200 Subject: [PATCH] Ladybird: Remove debug spam about non-existent console messages --- Ladybird/ConsoleClient.cpp | 1 - 1 file changed, 1 deletion(-) 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; }