mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
LibWeb: Convert a bunch of String::format() => String::formatted()
This commit is contained in:
@@ -78,9 +78,6 @@ String HTMLToken::to_string() const
|
||||
}
|
||||
|
||||
return builder.to_string();
|
||||
|
||||
//dbg() << "[" << String::format("%42s", state_name(m_state)) << "] " << builder.to_string();
|
||||
//m_current_token = {};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user