Changeset e62245e


Ignore:
Timestamp:
Nov 24, 2010 10:36:06 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
de7cb08
Parents:
25f66c3
Message:

remove debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/util.py

    r25f66c3 re62245e  
    268268    cert_re = re.compile('\s*-----BEGIN CERTIFICATE-----$')
    269269    type = None
    270     print cert
     270
    271271    f = open(cert, 'r')
    272272    for line in f:
Note: See TracChangeset for help on using the changeset viewer.