diff --git a/Userland/Libraries/LibWeb/Layout/FormattingContext.cpp b/Userland/Libraries/LibWeb/Layout/FormattingContext.cpp index 8529f4ed91..114165ed66 100644 --- a/Userland/Libraries/LibWeb/Layout/FormattingContext.cpp +++ b/Userland/Libraries/LibWeb/Layout/FormattingContext.cpp @@ -149,7 +149,6 @@ Optional FormattingContext::formatting_context_type_cre // HACK: Instead of crashing, create a dummy formatting context that does nothing. // FIXME: Remove this once it's no longer needed. It currently swallows problem with standalone // table-related boxes that don't get fixed up by CSS anonymous table box generation. - dbgln("FIXME: Child box doesn't create BFC, but inside is also not flow! display={}", MUST(display.to_string())); return Type::InternalDummy; } return {};