Skip to content

Commit dd95862

Browse files
refactor: remove unncessary code
1 parent 5d3de41 commit dd95862

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/OpenSign/src/pages/Managesign.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const ManageSign = () => {
2828
fetchUserSign();
2929
// eslint-disable-next-line
3030
}, []);
31-
// cWT92Z2ycy
3231
const fetchUserSign = async () => {
3332
const User = Parse.User.current();
3433
if (User) {
@@ -122,7 +121,6 @@ const ManageSign = () => {
122121
file = base64StringtoFile(image, `${replaceSpace}__sign.png`);
123122
}
124123
}
125-
// console.log("isUrl ", isUrl);
126124
let imgUrl;
127125
if (!isUrl) {
128126
imgUrl = await uploadFile(file);
@@ -379,7 +377,6 @@ const ManageSign = () => {
379377
style={{
380378
position: "relative",
381379
border: "2px solid #888"
382-
// marginBottom: 6
383380
}}
384381
className="signatureCanvas"
385382
>
@@ -414,7 +411,6 @@ const ManageSign = () => {
414411
display: "flex",
415412
flexDirection: "row",
416413
justifyContent: "space-between"
417-
// width: 460,
418414
}}
419415
className="penContainerDefault"
420416
>
@@ -493,7 +489,6 @@ const ManageSign = () => {
493489
style={{
494490
position: "relative",
495491
border: "2px solid #888"
496-
// marginBottom: 6
497492
}}
498493
className="intialSignature"
499494
>

0 commit comments

Comments
 (0)