You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: