Remove debugging statement

This commit is contained in:
Mark Veidemanis 2022-07-25 18:06:46 +01:00
parent 45891cb0fb
commit 1c4d87e662
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -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():