1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

Remove a bit of debug logging

This commit is contained in:
Jason McBrayer 2018-06-06 15:25:10 -04:00
parent 5bdd29f12e
commit dc5d5f4176

View File

@ -59,7 +59,6 @@ def get_mastodon(request):
access_token = user.access_token,
api_base_url = client.api_base_id,
ratelimit_method="throw")
print("New Mastodon added to pool")
return mastodon
def fullbrutalism_p(request):