From b9c2ea66f27a4c45f027261683bd6e2f13cdaab6 Mon Sep 17 00:00:00 2001 From: Blacktwin Date: Tue, 25 Jun 2019 14:59:28 -0400 Subject: [PATCH] extra print removed. --- utility/sync_watch_status.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utility/sync_watch_status.py b/utility/sync_watch_status.py index 41a7382..000f366 100644 --- a/utility/sync_watch_status.py +++ b/utility/sync_watch_status.py @@ -380,7 +380,6 @@ def sync_watch_status(watched, section, accountTo, userTo, same_server=False): print('Marking watched...') sectionTo = accountTo.library.section(section) for item in watched: - print(item) try: if same_server: fetch_check = sectionTo.fetchItem(item.ratingKey)