Ignore:
Timestamp:
Mar 27, 2010, 5:21:16 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
3d00b0a
Parents:
162f527
git-author:
Alex Dehnert <adehnert@…> (03/27/10 05:21:16)
git-committer:
Alex Dehnert <adehnert@…> (03/27/10 05:21:16)
Message:

Punt some debugging print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/finance_core/reporting.py

    r162f527 reae6ea8  
    1717
    1818    # Do the real work
    19     print secondary_axis
    2019    for num, (pk, label, qobj_lineitem, qobj_primary) in enumerate(secondary_axis):
    21         print num
    2220        secondary_results = (primary_axis_objs.filter(main_lineitem_limit_primary, qobj_primary, ).annotate(Sum('lineitem__amount')))
    2321        for cell in secondary_results:
Note: See TracChangeset for help on using the changeset viewer.