Remove debug

main
Bob Mottram 2024-07-26 11:05:15 +01:00
parent cca3e96d75
commit 99ab9fb3c3
1 changed files with 0 additions and 1 deletions

View File

@ -531,7 +531,6 @@ def html_profile_after_search(authorized: bool,
if nickname in min_images_for_accounts:
minimize_all_images = True
i = 0
print('DEBUG: user feed test: ' + str(user_feed))
for item in user_feed:
if not isinstance(item, dict):
continue