Skip to content

Commit

Permalink
revert the cursed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lache-melvin committed Oct 23, 2024
1 parent e4d36e3 commit 47737a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/packages/system/src/Item/DetailView/DetailView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export const ItemDetailView: FC = () => {
},
];

console.log('ADDING SOME EXCITING TEST CODE');

Environment.FEATURE_PACK_VARIANTS &&
tabs.push({
Component: <PackVariantsTab itemId={data.id} />,
Expand Down

0 comments on commit 47737a0

Please sign in to comment.