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

Avoid printing to the console when registering a GType. #858

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

cameronwhite
Copy link
Contributor

This just switches to Debug.WriteLine, similar to other classes like ObjectMapper.
I also searched for other print statements and this seems to be the only one printing to the console, outside of the samples.

Fixes: #844

  • I agree that my contribution may be licensed either under MIT or any version of LGPL license.

This just switches to Debug.WriteLine, similar to other classes like `ObjectMapper`

Fixes: #844
@badcel badcel merged commit 9fd3c22 into main Apr 27, 2023
@badcel badcel deleted the fix/console-output branch April 27, 2023 04:13
@badcel
Copy link
Member

badcel commented Apr 27, 2023

Looks good. Thank you 🙏

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.

Do not print to Console
2 participants