From b1b604954f0c8f2a8137d62daec2b7b8b2014f83 Mon Sep 17 00:00:00 2001 From: AJMansfield Date: Fri, 8 Nov 2019 13:22:01 -0500 Subject: [PATCH] use debug_print to reduce spew --- pymesh/pymesh_frozen/lib/loramesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymesh/pymesh_frozen/lib/loramesh.py b/pymesh/pymesh_frozen/lib/loramesh.py index 095a243..7e25517 100644 --- a/pymesh/pymesh_frozen/lib/loramesh.py +++ b/pymesh/pymesh_frozen/lib/loramesh.py @@ -300,7 +300,7 @@ def neighbors_update(self): # pass # add own info in dict #self.neigh_dict[self.MAC] = (0, self.rloc16, self.state, 0) - print("Neighbors: %s"%(self.router_data.to_string())) + print_debug(5, "Neighbors: %s"%(self.router_data.to_string())) return def leader_add_own_neigh(self):