`PrintBox.no_debug_if` functionality
When module Debug_runtime = Minidebug_runtime.PrintBox(...)
, Debug_runtime.no_debug_if
allows to hide irrelevant or distracting logs (e.g. when there is no change). An entire subtree of the logs is hidden.
When module Debug_runtime = Minidebug_runtime.PrintBox(...)
, Debug_runtime.no_debug_if
allows to hide irrelevant or distracting logs (e.g. when there is no change). An entire subtree of the logs is hidden.