This PR addresses the issue of logging sensitive information in the browser's development console, which poses significant security risks and potential data breaches.
The logged data includes API keys, project identifiers, and other confidential information.
By removing the logs, we ensure better data protection and reduce the risk of unauthorized access and data leaks.
Checklist
[x] My code adheres to the established style guidelines of the project.
[x] I have included comments in areas that may be difficult to understand.
[x] My changes have not introduced any new warnings.
Related Issue
Closes #378
Description
Checklist