Skip to content

Commit c442689

Browse files
fix: remove console
1 parent 88919f2 commit c442689

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/OpenSign/src/constant/Utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ export async function fetchSubscription(
5656
const params = isGuestSign
5757
? { contactId: contactObjId }
5858
: { extUserId: extUser, ispublic: isPublic };
59-
console.log("params", params);
6059
const tenatRes = await axios.post(url, params, { headers: headers });
61-
console.log("tenantRes", tenatRes);
6260
let plan, status, billingDate, adminId;
6361
if (isGuestSign) {
6462
plan = tenatRes.data?.result?.result?.plan;

0 commit comments

Comments
 (0)