Skip to content

Cleanup: Remove debug console.log statements in src/pages/ProjectDetails.tsx #156

Description

@prem22k

Context

Our linter is flagging several console.log statements that were left behind during debugging in src/pages/ProjectDetails.tsx.

Task

  • Locate and remove the console.log statements in src/pages/ProjectDetails.tsx.
  • If a log is necessary for error handling, replace it with console.error or console.warn.
  • Run npm run lint to verify the warnings are gone.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions