mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-11 11:00:50 +02:00
46a70071a7
`print` version of the logging functions supports `printf`-like formatting, which we do not use and given our current debug print internals, will never use. This should be slightly more efficient and expresses the intent better.