Delete stray debug leftover

This commit is contained in:
Sebastian Spaeth 2023-12-11 15:03:15 +01:00
parent 320af39f35
commit b3d857e245

View File

@ -174,10 +174,8 @@ class MediaRepository:
:dryrun: (bool) Do not actually delete any files (just count)
:returns: (int) The number of files that were/would be deleted
"""
# Preps
if local:
# populate the cache of current avt img. so we don't delete them
logging.warning("AVATAR")
mr.get_avatar_images()
cleantime = datetime.today() - timedelta(days=days)