mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/HTML: Remove dbgln()
for invalid location_url to reduce spam
This commit is contained in:
parent
d76f841994
commit
6a9e637c11
Notes:
github-actions[bot]
2025-03-10 16:16:55 +00:00
Author: https://github.com/rmg-x
Commit: 6a9e637c11
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3888
Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 1 deletions
|
@ -1022,7 +1022,6 @@ static WebIDL::ExceptionOr<Navigable::NavigationParamsVariant> create_navigation
|
|||
|
||||
// 15. If locationURL is failure or null, then break.
|
||||
if (location_url.is_error() || !location_url.value().has_value()) {
|
||||
dbgln("Received bad location_url when creating navigation params");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue