Skip to content

Commit 7fafb66

Browse files
authored
Update Occupied.tsx
1 parent 82af940 commit 7fafb66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Occupied.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ const Occupied = React.memo(() => {
8686
// Grab services and applications whenever the user changes
8787
// v10: Runs once when Occupied is memoized, and subsequently when user is updated.
8888
useEffect(() => {
89-
// console.log('Hi, inside Occupied.ts useEffect function.');
9089
setServicesData([]);
9190
getApplications();
9291
}, [user]);

0 commit comments

Comments
 (0)