diff --git a/pyproject.toml b/pyproject.toml index cffb067..a983cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore" -version = "2.2.23" +version = "2.2.24" authors = [ { name="Florent de Lamotte", email="florent@frizoncorrea.fr" }, { name="Alex Wolden", email="awolden@gmail.com" }, diff --git a/src/meshcore/commands/contact.py b/src/meshcore/commands/contact.py index 19ccfa9..9d73f55 100644 --- a/src/meshcore/commands/contact.py +++ b/src/meshcore/commands/contact.py @@ -127,13 +127,11 @@ class ContactCommands(CommandHandlerBase): path_hash_size = path_hash_mode + 1 - print(path_hash_size) - out_path_hex = path out_path_len = int(len(path) / (2 * path_hash_size)) out_path_hash_mode = path_hash_mode - print(f"Setting {contact["adv_name"]} path to {out_path_hex} with mode {out_path_hash_mode}") + logger.debug(f"Setting {contact["adv_name"]} path to {out_path_hex} with mode {out_path_hash_mode}") # reflect the change contact["out_path_hash_mode"] = path_hash_mode