Remove debugging statement
This commit is contained in:
parent
45891cb0fb
commit
1c4d87e662
|
@ -6,7 +6,6 @@ def get_irc_stats():
|
||||||
stats = threshold_request(url, payload)
|
stats = threshold_request(url, payload)
|
||||||
if not stats:
|
if not stats:
|
||||||
return {}
|
return {}
|
||||||
print("tsats", stats)
|
|
||||||
return stats
|
return stats
|
||||||
|
|
||||||
def get_irc_networks():
|
def get_irc_networks():
|
||||||
|
|
Loading…
Reference in New Issue