Skip to content

Remove debug logging from ExercisePage#595

Open
flamekaiser007 wants to merge 1 commit into
parthbuilds-community:mainfrom
flamekaiser007:patch-2
Open

Remove debug logging from ExercisePage#595
flamekaiser007 wants to merge 1 commit into
parthbuilds-community:mainfrom
flamekaiser007:patch-2

Conversation

@flamekaiser007

Copy link
Copy Markdown

Removed client-side debug logging for fetched exercises.

📋 What does this PR do?

A clear summary of the changes made.

🔗 Related Issue

Closes #

🧪 How was this tested?

Describe how you tested your changes (manual steps, screenshots, etc.)

📸 Screenshots (if UI changes)

Before / After screenshots if you changed any UI.

✅ Checklist

  • I've read the CONTRIBUTING guide
  • My code follows the project's style guidelines
  • I've tested my changes locally
  • I've linked the related issue
  • I haven't introduced any new secrets or API keys

Removed client-side debug logging for fetched exercises.
@github-actions github-actions Bot added enhancement New feature or request refactor Improve code without changing functionality UI UI-related improvements including layouts, responsiveness, styling, animations, and UX enhancements. frontend labels Jun 11, 2026
@flamekaiser007

Copy link
Copy Markdown
Author

fix: remove debug console.log statements from ExercisePage

Removed leftover client-side debug logging from fetchExercises and
handleImageError that were introduced during development:

  • Removed console.log block logging exercise count, name, gifUrl,
    and imageUrl presence after successful API response
  • Removed console.warn on image load failure in handleImageError

console.error in the catch block is retained as it serves as a
legitimate error signal for failed fetch requests.

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

Labels

enhancement New feature or request frontend refactor Improve code without changing functionality UI UI-related improvements including layouts, responsiveness, styling, animations, and UX enhancements.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant