Changeset 10400 for main/waeup.cas


Ignore:
Timestamp:
5 Jul 2013, 05:26:56 (11 years ago)
Author:
uli
Message:

Remove more trash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/server.py

    r10399 r10400  
    106106    if cookie_value is None:
    107107        return False
    108     print("VAL1: ", cookie_value)
    109108    try:
    110109        # turn value into unicode (py2.x) / str (py3.x)
     
    112111    except AttributeError:                         # pragma: no cover
    113112        pass
    114     print("VAL2: ", cookie_value)
    115113    q = db.query(TicketGrantingCookie).filter(
    116114        TicketGrantingCookie.value == cookie_value)
Note: See TracChangeset for help on using the changeset viewer.