Remove a bit of debug logging
This commit is contained in:
parent
5bdd29f12e
commit
dc5d5f4176
|
@ -59,7 +59,6 @@ def get_mastodon(request):
|
||||||
access_token = user.access_token,
|
access_token = user.access_token,
|
||||||
api_base_url = client.api_base_id,
|
api_base_url = client.api_base_id,
|
||||||
ratelimit_method="throw")
|
ratelimit_method="throw")
|
||||||
print("New Mastodon added to pool")
|
|
||||||
return mastodon
|
return mastodon
|
||||||
|
|
||||||
def fullbrutalism_p(request):
|
def fullbrutalism_p(request):
|
||||||
|
|
Loading…
Reference in New Issue