Commit 6c641a5
authored
fix: remove maybescroll console debug (#1053)
## 📜 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
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed1 parent e736db9 commit 6c641a5
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
269 | 267 | | |
270 | 268 | | |
271 | 269 | | |
| |||
0 commit comments