Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiffany Vu authored and Tiffany Vu committed Oct 15, 2024
1 parent acd1ac9 commit 6bc09f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions react-app/src/features/package/package-activity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,6 @@ export const PackageActivities = () => {
defaultValue={hook.accordianDefault}
>
{hook.data?.map((CL) => {
console.log({ ...CL._source }, "CLLLL");
console.log(CL._source.id, "idddd");
return <PackageActivity {...CL._source} key={CL._source.id} />;
})}
</Accordion>
Expand Down

0 comments on commit 6bc09f5

Please sign in to comment.