hybridgroup / mechanoid

Mechanoid is a framework for WebAssembly applications on embedded systems and IoT devices.
https://mechanoid.io
Apache License 2.0
170 stars 8 forks source link

Better logging #2

Closed orsinium closed 5 months ago

orsinium commented 5 months ago

Replace debug println calls with mechanoid.Log which prints messages only if debug mode is enabled.

deadprogram commented 5 months ago

Thank you for the improvement @orsinium now merging.