refactor: Remove console log statements from DashboardHome, DashboardProjects, and CollaborationPopup components
This commit is contained in:
@@ -34,7 +34,6 @@ const DashboardHome: React.FC = () => {
|
||||
const fetchRecentProjects = async () => {
|
||||
try {
|
||||
const projects = await recentlyViewed(organization, userId);
|
||||
console.log('projects: ', projects);
|
||||
|
||||
if (JSON.stringify(projects) !== JSON.stringify(recentProjects)) {
|
||||
setRecentProjects(projects);
|
||||
|
||||
Reference in New Issue
Block a user