extra print removed.

This commit is contained in:
Blacktwin 2019-06-25 14:59:28 -04:00
parent c80682787b
commit b9c2ea66f2

View File

@ -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)