mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/HTML: Remove dbgln() for invalid location_url to reduce spam
This commit is contained in:
parent
d76f841994
commit
6a9e637c11
|
|
@ -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…
Reference in New Issue
Block a user