Skip to content

Commit

Permalink
removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavya-egov authored Oct 17, 2024
1 parent 8d38466 commit 076aad5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ function restructureData(data, cycleData, DeliveryConfig, projectType) {
}

function reverseDeliveryRemap(data, t) {
console.log("t" , data);
if (!data) return null;
const reversedData = [];
let currentCycleIndex = null;
Expand Down Expand Up @@ -275,7 +274,6 @@ function reverseDeliveryRemap(data, t) {
deliveries: mapDeliveries(cycle.deliveries),
}));

console.log("tttttttttt" , transformedCycles);


return transformedCycles;
Expand Down Expand Up @@ -512,7 +510,6 @@ const SetupCampaign = ({ hierarchyType, hierarchyData }) => {
if (Object.keys(params).length !== 0) return;
if (!draftData) return;
const delivery = Array.isArray(draftData?.deliveryRules) ? draftData?.deliveryRules : [];
console.log("delivery" , delivery);
const filteredProjectType = projectType?.["HCM-PROJECT-TYPES"]?.projectTypes?.filter((i) => i?.code === draftData?.projectType);
const restructureFormData = {
HCM_CAMPAIGN_TYPE: { projectType: filteredProjectType?.[0] },
Expand Down

0 comments on commit 076aad5

Please sign in to comment.