Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 975fa43

Browse files
authored
[Pymesh] use debug_print to reduce spew (#109)
1 parent 7e98023 commit 975fa43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymesh/pymesh_frozen/lib/loramesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def neighbors_update(self):
300300
# pass
301301
# add own info in dict
302302
#self.neigh_dict[self.MAC] = (0, self.rloc16, self.state, 0)
303-
print("Neighbors: %s"%(self.router_data.to_string()))
303+
print_debug(5, "Neighbors: %s"%(self.router_data.to_string()))
304304
return
305305

306306
def leader_add_own_neigh(self):

0 commit comments

Comments
 (0)