SwiftBoost icon indicating copy to clipboard operation
SwiftBoost copied to clipboard

use debugPrint instead of print

Open shilpak1811 opened this issue 10 months ago • 0 comments

Goal

debugPrint provides more detailed and descriptive output for complex objects, making it ideal for debugging. It is intended specifically for developer-facing logs and can be configured to suppress output in release builds, unlike print.

shilpak1811 avatar Dec 29 '24 07:12 shilpak1811