Changeset 283099c


Ignore:
Timestamp:
Nov 17, 2011, 5:32:48 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
a34597e
Parents:
6fc0921
git-author:
Alex Dehnert <adehnert@…> (11/17/11 17:32:48)
git-committer:
Alex Dehnert <adehnert@…> (11/17/11 17:32:48)
Message:

Punt debugging code in groups/diffs.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/diffs.py

    rea217bd r283099c  
    243243    diff_objects(objs, since=recent, callbacks=callbacks)
    244244    diff_signatories(recent, now, callbacks=callbacks, )
    245     print "\n\n"
    246245    for callback in callbacks: callback.end_run()
    247     print "Queries: %d" % (len(connection.queries), )
    248     #for query in connection.queries: print query
    249246
    250247if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.