From 8cab2275314377c93ecde48024f3650e8268818e Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 20 Jan 2020 14:39:42 +1000 Subject: [PATCH] remove debug code --- app/functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/functions.py b/app/functions.py index 60fded2..aa7725f 100644 --- a/app/functions.py +++ b/app/functions.py @@ -149,8 +149,6 @@ def make_post(args): # TODO: ehhhhhhhhh post = post[:bot['length']] # send toot!! - print(post) - return try: client.status_post(post, id, visibility = visibility, spoiler_text = bot['content_warning']) except MastodonUnauthorizedError: