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

feat: limit debug output to Debug mode only #86

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

r1ckhu
Copy link
Contributor

@r1ckhu r1ckhu commented Jun 25, 2024

This commit modifies the Film::save function to restrict debug output to Debug mode only. This is achieved by wrapping the debug output code with #ifdef _DEBUG preprocessor directives.

This commit modifies the `Film::save` function to restrict debug output to Debug mode only.
This is achieved by wrapping the debug output code with `#ifdef _DEBUG` preprocessor directives.
@mchenwang mchenwang merged commit 686daa6 into NJUCG:main Jul 22, 2024
1 check 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.

2 participants