diff --git a/resources/lib/library_sync/sections.py b/resources/lib/library_sync/sections.py index 38390c8c..7227bcac 100644 --- a/resources/lib/library_sync/sections.py +++ b/resources/lib/library_sync/sections.py @@ -67,7 +67,6 @@ def sync_from_pms(): sorted_sections, old_sections, totalnodes) - LOG.info('old_sections: %s', old_sections) if old_sections: # Section has been deleted on the PMS delete_sections(old_sections)