Skip to content

Commit a8427ad

Browse files
committed
Remove: removed console.log for cleaner console messages
1 parent af05b63 commit a8427ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/frontend/src/components/client/ServiceListItem.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ const ServiceListItem: React.FC<ServiceListItemProps> = React.memo(
4444
loading: false,
4545
};
4646

47-
console.log("From Service List Item", fetchedService);
48-
4947
// Define layout classes based on props
5048
const itemWidthClass = isGridItem
5149
? "w-full" // Full width for grid items

0 commit comments

Comments
 (0)