From 1c4d87e6621a5c9d583840491b56ac02b16f48d2 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Mon, 25 Jul 2022 18:06:46 +0100 Subject: [PATCH] Remove debugging statement --- core/lib/manage/threshold.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lib/manage/threshold.py b/core/lib/manage/threshold.py index c27c0c3..149dca4 100644 --- a/core/lib/manage/threshold.py +++ b/core/lib/manage/threshold.py @@ -6,7 +6,6 @@ def get_irc_stats(): stats = threshold_request(url, payload) if not stats: return {} - print("tsats", stats) return stats def get_irc_networks():