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.