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:
parent
5e8e14c378
commit
b060643941
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue