Skip to content

Commit d42d315

Browse files
committed
refactor: remove debug logs
1 parent 3e88f0f commit d42d315

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

school_center.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,6 @@ def allocate_to_centers(centers: List[Dict[str, str]], school: Dict[str, str], t
283283

284284
# per_center = math.ceil(to_allot / min(calc_num_centers(to_allot), len(centers_for_school)))
285285
to_allot, allocated_centers = allocate_to_centers(centers_for_school, s, to_allot, centers_remaining_cap)
286-
287-
if int(s['scode']) == 27159:
288-
logger.info('FOR 27159:::::::')
289-
logger.info(to_allot)
290-
logger.info(allocated_centers)
291286

292287
if to_allot > 0: # try again with relaxed constraints and more capacity at centers
293288
expanded_centers = centers_within_distance(s, centers, ABS_DISTANCE_THRESHOLD)

0 commit comments

Comments
 (0)