mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
remove some debug printfs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user