From 1c665554507a74999f279d30297266d233b35aca Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 9 Jul 2021 15:22:53 -0400 Subject: [PATCH] Removed a noisy debug log --- aprsd/stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aprsd/stats.py b/aprsd/stats.py index 502075d..dbe141c 100644 --- a/aprsd/stats.py +++ b/aprsd/stats.py @@ -192,7 +192,6 @@ class APRSDStats: ) for p in plugins: - LOG.debug(p) plugin_stats[full_name_with_qualname(p)] = p.message_count stats = {