feat: Improve RadixTree debugging output

- Enable printing of RadixTree debug information: The `debug_db` and
  `print_tree_from_node` functions now print detailed information
  about the RadixTree's internal structure, aiding in debugging.  This
  improves the developer experience by providing better tools for
  understanding and troubleshooting issues within the RadixTree.
- Remove unnecessary comments:  Unnecessary comments in the `debug_db`
  function have been removed to improve code clarity.
This commit is contained in:
Mahmoud Emad
2025-03-17 22:23:14 +02:00
parent 7b175c8804
commit bd83ad37bf
2 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
module vfs_contacts
import freeflowuniverse.herolib.vfs
import freeflowuniverse.herolib.circles.base
import freeflowuniverse.herolib.circles.mcc.db as core
import freeflowuniverse.herolib.circles.mcc.models as contacts