Skip to content

Commit

Permalink
remove unwanted print
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Nov 8, 2023
1 parent 7c1896e commit 07797ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/planning/planning/planning.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ def remove_coverage_entity(self, coverage_entity, original_planning, entity_type
self._create_update_assignment(original_planning, {}, updated_coverage_entity, coverage_entity)

def add_coverages(self, updates, original):
# print("sdjksndfndsjksdjndsjdsjdsndjsjsdjsdfjn\n\n\n\n\n\n\n\n", original)
planning_date = original.get("planning_date") or updates.get("planning_date")
for coverage in updates.get("coverages") or []:
coverage_id = coverage.get("coverage_id", "")
Expand All @@ -475,7 +474,6 @@ def add_coverages(self, updates, original):
set_original_creator(coverage)
self.set_coverage_active(coverage, updates)
self.set_slugline_from_xmp(coverage, None)
# print("sdjksndfndsjksdjndsjdsjdsndjsjsdjsdfjn\n\n\n\n\n\n\n\n", original)
self._create_update_assignment(original, updates, coverage)
self.add_scheduled_updates(updates, original, coverage)

Expand Down

0 comments on commit 07797ec

Please sign in to comment.