Enhancement: Remove leftover console.log in ManageProject #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A debug
console.logis currently printing project data in production code.Impact:
Location:
src/components/admin/projects/ManageProject.tsx(around line ~16)Suggested Fix
Example:
Acceptance Criteria