Json.Decode.Value to string without Debug.toString?

I don’t think that is possible, but here’s nice idea from @jerith : Debug.log and --optimize

Move Debug.toString to separate helper module and then you only have one place to change when changing debugging on/off.

4 Likes