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
1 changed files with 0 additions and 1 deletions

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