Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 Remove debug prints that were left in and fix debug logging #5527

Merged
merged 5 commits into from
May 14, 2024

Commits on May 14, 2024

  1. 🧹 Remove debug prints that were left in and fix debug logging

    The user activity tracking code logs a lot of errors to the JavaScript
    console. Nothing goes wrong, but the `postJson` function that is begin
    used expects a `200` response, but is getting a `204` response.
    
    Only signal an error if we actually get a `400` or higher response.
    
    Also remove some Python `print()`s that were left in most likely for
    debugging.
    rix0rrr committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3689692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3466b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e88aba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77ec38a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1406bb View commit details
    Browse the repository at this point in the history