Oops, left some debugging in there

This commit is contained in:
Cy 2020-06-01 08:39:16 +00:00
parent f471cf656f
commit 9b062437af
No known key found for this signature in database
GPG Key ID: F66D599380F88521
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ def get_usercontext(request):
):
raise NotLoggedInException()
mastodon = Mastodon(
debug_requests=True,
client_id=client.client_id,
client_secret=client.client_secret,
access_token=user.access_token,