refactor: Remove console log statements from DashboardHome, DashboardProjects, and CollaborationPopup components
This commit is contained in:
@@ -157,7 +157,6 @@ const DashboardProjects: React.FC = () => {
|
||||
const sharedProject = async () => {
|
||||
try {
|
||||
const sharedWithMe = await sharedWithMeProjects();
|
||||
console.log('sharedWithMe: ', sharedWithMe);
|
||||
setSharedWithMeProjects(sharedWithMe)
|
||||
} catch {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user