aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/utils/jellyfin_delete.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/utils/jellyfin_delete.py b/code/utils/jellyfin_delete.py
index 0e65201..a0ff646 100644
--- a/code/utils/jellyfin_delete.py
+++ b/code/utils/jellyfin_delete.py
@@ -20,7 +20,6 @@ def delete_accounts():
# Delete each account
for jellyfin_user_id in jellyfin_user_ids:
- print(f"Deleting account {jellyfin_user_id[0]}")
try:
response = requests.delete(
f"{JELLYFIN_URL}/Users/{jellyfin_user_id[0]}",