Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
raktima-opensignlabs committed Aug 13, 2024
1 parent 4336c15 commit 1d5d713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/OpenSign/src/pages/UserProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ function UserProfile() {
const extRes = JSON.stringify(json);
localStorage.setItem("Extand_Class", extRes);
previousPublicUserName.current = publicUserName;
// console.log("updateRes ", updateRes);
} catch (e) {
console.log("error in save data in contracts_Users class");
}
Expand Down

0 comments on commit 1d5d713

Please sign in to comment.