Skip to content

Commit

Permalink
removed unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Jul 30, 2024
1 parent e03b2c5 commit ce16b4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/CreateProject/components/Profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const Profile = () => {
if (files) {
uploadFileUpdateState(files[0], (res: any) => {
const ipfs_cid = res.body.cid;
console.log("PIFS:", ipfs_cid);
State.update({ backgroundImage: { ipfs_cid } });
});
}
Expand Down

0 comments on commit ce16b4d

Please sign in to comment.