Remove debugging statement
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user