diff --git a/src/profile-logic/call-tree.ts b/src/profile-logic/call-tree.ts index b955aaf2ac..fe026267cd 100644 --- a/src/profile-logic/call-tree.ts +++ b/src/profile-logic/call-tree.ts @@ -97,10 +97,6 @@ function extractFaviconFromLibname(libname: string): string | null { } return url.href; } catch (_e) { - console.error( - 'Error while extracing the favicon from the libname', - libname - ); return null; } }