mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Put invalid UTF8 debug spam behind a flag
This is very annoying if we're (intentionally) passing invalid UTF8 into Utf8View.
This commit is contained in:
committed by
Linus Groh
parent
c65a6b6b22
commit
df57536c40
@@ -195,6 +195,7 @@ set(UHCI_VERBOSE_DEBUG ON)
|
||||
set(UPDATE_COALESCING_DEBUG ON)
|
||||
set(URL_PARSER_DEBUG ON)
|
||||
set(USB_DEBUG ON)
|
||||
set(UTF8_DEBUG ON)
|
||||
set(VFS_DEBUG ON)
|
||||
set(VIRTIO_DEBUG ON)
|
||||
set(VIRTUAL_CONSOLE_DEBUG ON)
|
||||
|
||||
Reference in New Issue
Block a user