Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Oct 8, 2024
1 parent e65a05e commit e89bd86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/component/personalDashboard/MyProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ export const MyProjects = forwardRef<
activeProjectStage === 'onboarding-started' ||
activeProjectStage === 'first-flag-created';

console.log('active project:', activeProject);

const error = personalDashboardProjectDetails === undefined;

const box1Content = () => {
Expand Down

0 comments on commit e89bd86

Please sign in to comment.