Skip to content

Remove Log Statements #93

Description

@zghera

Issue summary

Remove any console.log() statements in the frontend to avoid providing users information to potentially reverse engineer and break into SLURP.

Expected behavior

No external logging: console.log statements. Ideally, any important info or error logs should be added on the backend (Java servlets) or other logging system that is not visible externally.

Actual behavior

The current implementation contains many console.log statements (especially in the ViewTrips components).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions