Skip to content

Commit 0f81383

Browse files
Remove console.log
1 parent c8a8fb0 commit 0f81383

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pns-app/app/[name]/page.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ function ProfileContent({ name }: { name: string }) {
7474
}, [isLoadingMetadata]);
7575

7676
useEffect(() => {
77-
console.log(
78-
"Calling function metadata at contract: ",
79-
CONTRACT_ADDRESS_METADATA_RESOLVER,
80-
"with args: "
81-
);
82-
console.log("metadataJson: ", metadataJson);
8377
if (metadataJson && typeof metadataJson === "string") {
8478
try {
8579
// Replace single quotes with double quotes

0 commit comments

Comments
 (0)