feat: remove print
This commit is contained in:
parent
c7b3d013b4
commit
b2f84db279
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Reference in a new issue