Skip to content

Remove console.log statements from production code #178

@deepanshusingla076

Description

@deepanshusingla076

There are multiple console.log and console.error statements present in the codebase, especially in API operation files and backend middleware. These can expose sensitive information and clutter logs in production.
Please remove all unnecessary console statements or replace them with a proper logging mechanism.
This will improve security and code quality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions