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

Use dbg! instead of println! in deep dive sessions. #2676

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

egithinji
Copy link
Contributor

Part of #2478 to clean up code blocks when all that is needed is a trivial debug print statement. The deep dive sessions didn't have that many occurrences of trivial println! statements.

I believe this can close #2478.

Part of google#2478 to clean up code blocks when all that is needed is a trivial debug print statement.
The deep dive sessions didn't have that many occurrences of trivial println!
statements.

I believe this can close google#2478.
@michael-kerscher michael-kerscher merged commit a2ad59e into google:main Mar 7, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use dbg! instead of println! for simple debug prints
3 participants