Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JieunSon96 committed Jul 12, 2024
1 parent a0e3022 commit 9db1984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ export const ContactApplicant = ({
const responsePackagePdfStitchStatus = useSelector((state: any) => state.foiRequests.foiPDFStitchStatusForResponsePackage);
const check: any = useSelector((state: any) => state.foiRequests);
const cfrFeeData = useSelector((state: any) => state.foiRequests.foiRequestCFRFormHistory);
console.log("cfrFeeData : ",cfrFeeData)
console.log("state.foiRequests : ",check)
console.log("responsePackagePdfStitchStatus : ",responsePackagePdfStitchStatus)
console.log("currentCFRForm : ",currentCFRForm)
const fullNameList = getFullnameList()

const getFullname = (userid: string) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ export const getTemplateVariables = (requestDetails: any, requestExtensions:any,
const checkFinalPackage = checkRecordReleased(responsePackagePdfStitchStatus)

const [feeEstimateStatus, feeEstimateDate] = getFeeEstimateInfo(cfrFeeData);
console.log(feeEstimateDate);
console.log("checkFeeEstimate : ",feeEstimateStatus, " feeEstimateDate : ",feeEstimateDate)
const fullFeePaidDate = getFullFeePaidDate(cfrFeeData);
console.log("fullFeePaidDate L ",fullFeePaidDate)

const feeWaiverDecisionDate = getFeeWaiverDecisionDate(cfrFeeData);
console.log("feeWaiverDecisionDate L ",feeWaiverDecisionDate)

return [
{name: "{{axisRequestId}}", value: requestDetails.axisRequestId},
{name: "{{title}}", value: templateInfo?.label || ""},
Expand Down

0 comments on commit 9db1984

Please sign in to comment.