Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: limit debug output to Debug mode only
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.
- Loading branch information