mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Remove dbgln() for invalid location_url to reduce spam
This commit is contained in:
Notes:
github-actions[bot]
2025-03-10 16:16:55 +00:00
Author: https://github.com/rmg-x Commit: https://github.com/LadybirdBrowser/ladybird/commit/6a9e637c113 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3888 Reviewed-by: https://github.com/gmta ✅
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user