1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

Kernel: Remove outdated comment from console_out

This commit is contained in:
Sönke Holz 2023-12-12 20:59:40 +01:00 committed by Andrew Kaster
parent 5e8e14c378
commit b060643941

View file

@ -72,8 +72,6 @@ static void console_out(char ch)
if (s_serial_debug_enabled)
serial_putch(ch);
// It would be bad to reach the assert in ConsoleDevice()::the() and do a stack overflow
if (DeviceManagement::the().is_console_device_attached()) {
DeviceManagement::the().console_device().put_char(ch);
} else {