Skip to content

[Cleanup] Remove leftover frontend debug console logs #1646

Description

@Ashvin-KS

Description

Several frontend files contain leftover debug console.log calls that should not run in normal user flows.

Examples

  • rontend/src/pages/Login.jsx logs �uth and googleProvider
  • rontend/src/hooks/useTasks.js logs task creation/update errors directly to console
  • rontend/src/components/Routine/RoutineCard.jsx logs DELETE CLICKED
  • rontend/src/components/FeedbackForm.jsx logs submitted form data

Impact

  • Clutters developer/user browser consoles
  • Can expose unnecessary internal state during normal app usage
  • Makes real errors harder to spot

Suggested fix

Remove debug-only logs or replace necessary diagnostics with consistent error handling/toast messaging.

Checklist

  • I am a registered GSSoC 2026 contributor
  • I checked for similar existing issues before creating this

Metadata

Metadata

Assignees

No one assigned

    Labels

    GSSoC '26bugSomething isn't workingfrontendIssues related to UI/UX

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions