Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Nov 21, 2023
1 parent e97566c commit 427544e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/oSnap/components/SafeLinkWithAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const safeLink = computed(() =>
getSafeAppLink(props.safe.network, props.safe.safeAddress)
);
const networkLogo = networks[props.safe.network].logo;
console.info('networkLogo', networkLogo);
const networkLogoUrl = getIpfsUrl(networkLogo) as string;
console.info('networkLogoUrl', networkLogo);
</script>

<template>
Expand Down

0 comments on commit 427544e

Please sign in to comment.