mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 05:17:20 +00:00
Log less in service worker (#8691)
This commit is contained in:
parent
014dbc2a86
commit
a3efa5676b
@ -206,7 +206,7 @@ const catchHandler: RouteHandler = async (options) => {
|
||||
return Response.error();
|
||||
}
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Using fallback for request:", options.request);
|
||||
console.log("Using fallback for:", url);
|
||||
|
||||
return (await caches.match("/", { ignoreSearch: true })) || Response.error();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user