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

fix: remove println from regular_rename func #3071

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

tom1919
Copy link
Contributor

@tom1919 tom1919 commented Dec 20, 2024

Description

Remove a println that looks to be unnecessary.

Closes #3070

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Dec 20, 2024
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.44%. Comparing base (112fa22) to head (199f28b).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3071      +/-   ##
==========================================
- Coverage   72.45%   72.44%   -0.02%     
==========================================
  Files         128      128              
  Lines       41046    41044       -2     
  Branches    41046    41044       -2     
==========================================
- Hits        29740    29733       -7     
- Misses       9422     9425       +3     
- Partials     1884     1886       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ion-elgreco ion-elgreco added this pull request to the merge queue Dec 20, 2024
Merged via the queue into delta-io:main with commit 4874c12 Dec 20, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove print statement
2 participants