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

Replace Trade by Debug #760

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Replace Trade by Debug #760

merged 1 commit into from
Jan 16, 2024

Conversation

BobLd
Copy link
Collaborator

@BobLd BobLd commented Jan 16, 2024

See #758

@@ -25,7 +25,7 @@ internal static class TableParser

if (sum != table.CheckSum)
{
Trace.TraceWarning("Table with invalid checksum found in TrueType font file.");
Debug.Write("Table with invalid checksum found in TrueType font file.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, didn't know you could just do Write, I thought it was asserts only, thanks

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant to use WriteLine and not Write. I've changed that now

@BobLd BobLd merged commit 096ebdb into UglyToad:master Jan 16, 2024
1 check passed
@BobLd BobLd deleted the trace-debug branch January 16, 2024 19:25
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.

2 participants