Skip to content

fix: remove maybescroll console debug#1053

Merged
kirillzyusko merged 1 commit intokirillzyusko:mainfrom
bbbenja:fix/remove-console-debug
Jul 28, 2025
Merged

fix: remove maybescroll console debug#1053
kirillzyusko merged 1 commit intokirillzyusko:mainfrom
bbbenja:fix/remove-console-debug

Conversation

@bbbenja
Copy link
Copy Markdown
Contributor

@bbbenja bbbenja commented Jul 28, 2025

📜 Description

Removed a redundant console.debug statement from the library that was unnecessarily polluting the logs. This is the only one in the code so I suppose it was a development log that has not been deleted.

💡 Motivation and Context

No functional or behavioral changes were made to the codebase. This is purely a logging cleanup.

📢 Changelog

JS

•	Removed noisy console.debug statement from the library.

🤔 How Has This Been Tested?

The change was tested manually by running the application and confirming that:
• The noisy debug message no longer appears in the console.
• All existing functionality continues to work as expected.
• No errors or regressions were introduced.

Unit tests were not affected as this change does not alter any logic or data flow.

📸 Screenshots (if appropriate):

📝 Checklist

  • CI successfully passed
  • I added new mocks and corresponding unit-tests if library API was changed

@kirillzyusko
Copy link
Copy Markdown
Owner

Ooops 🙈

Thank you for opening the PR! ❤️ I approved, when CI pass I will merge it!

Thank you again for the contribution!

@github-actions
Copy link
Copy Markdown
Contributor

📊 Package size report

Current size Target Size Difference
211554 bytes 211663 bytes -109 bytes 📉

@kirillzyusko kirillzyusko self-assigned this Jul 28, 2025
@kirillzyusko kirillzyusko added refactor You changed the code but it didn't affect functionality KeyboardAwareScrollView 📜 Anything related to KeyboardAwareScrollView component labels Jul 28, 2025
@kirillzyusko kirillzyusko merged commit 6c641a5 into kirillzyusko:main Jul 28, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

KeyboardAwareScrollView 📜 Anything related to KeyboardAwareScrollView component refactor You changed the code but it didn't affect functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants