diff --git a/threads.py b/threads.py index 05f0439..b51f883 100755 --- a/threads.py +++ b/threads.py @@ -67,7 +67,6 @@ async def home(): # List featured hashtags tags = mastodon.featured_tags() - print(tags) return render_template('threads.html', threads=statuses, tags=tags, app=app, attribution=attribution, render_date=datetime.now())