fix: remove leftover debug console log from useVideoEditor#826
fix: remove leftover debug console log from useVideoEditor#826Pravallika21-nama wants to merge 2 commits into
Conversation
|
@Pravallika21-nama is attempting to deploy a commit to the magic-peach1's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
👋 Thanks for your PR, @Pravallika21-nama!Welcome to Reframe — a browser-based video editor built for everyone 🎬 What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
✅ PR Format Check Passed — @Pravallika21-namaBasic format checks passed. A maintainer will review your code changes. This does not mean the PR is approved — it just means the format is correct. |
|
@HirenGajjar guide me with errors |
|
Hey @Pravallika21-nama,i believe your PR description is missing a linked issue. |
|
@HirenGajjar what changes I need to make you to merge |
|
Hey @Pravallika21-nama, just to clarify — I'm also a contributor here, not a maintainer! I can't merge PRs. I just noticed the missing issue link and thought it might help speed things along for you 🙂 |
|
Hi maintainers, thank you for your time and feedback on this PR. I realized that the changes in this pull request are not aligned properly and may include unintended modifications. To avoid confusion and keep things clean, I’m closing this PR. I’ll revisit the issue and come back with a smaller, more focused fix if needed. Thanks again! |
|
Hi maintainers, I checked the current codebase and it looks like there are no remaining debug console logs in Since there’s nothing left to fix, I’m closing this PR to avoid redundancy. Thank you! |
Description
This PR removes leftover debug logging from the
useVideoEditorhook.Closes #812
Changes Made
console.log)useEffectblockWhy This Change
The debug logging was not needed and could clutter the console. This improves code cleanliness.
Type of Contribution
Notes
No functional changes were made.