Changeset 2417 for WAeUP_SRP/base


Ignore:
Timestamp:
22 Oct 2007, 18:04:41 (17 years ago)
Author:
joachim
Message:

remove reundant lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/remove_students.py

    r2416 r2417  
    6565if student_ids:
    6666    brains = aq_students(In('id',student_ids) | In('matric_no', student_ids))
    67     #matno_brains = aq_students(In('matric_no', student_ids))
    6867    brains_dict = {}
    69     #id_brains_dict = {}
    70     #matno_brains_dict = {}
    7168    if brains:
    7269        for b in brains:
     
    7572            elif b.matric_no in student_ids:
    7673                brains_dict[b.matric_no] = b
    77     #set_trace()
    7874    for student_id in student_ids:
    7975        student = {}
Note: See TracChangeset for help on using the changeset viewer.