Skip to content

nightly-2024-07-17: chore: Remove dbg on find_func_with_name (#5526)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 02:19
· 399 commits to master since this release
45e82a6
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

Looks like we missed a dbg in one of the recent PRs. This was causing a
lot of unnecessary dbg output.

## Additional Context



## Documentation\*

Check one:
- [X] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [X] I have tested the changes locally.
- [X] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.