Changeset 10399 for main/waeup.cas


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

Remove debugging stuff.

File:
1 edited

Legend:

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

    r10398 r10399  
    164164        valid_lt = check_login_ticket(self.db, req.POST.get('lt'))
    165165        tgc = req.cookies.get('cas-tgc', None)
    166         print('TGC: ', tgc)
    167166        tgc = check_session_cookie(self.db, tgc)
    168         print("TGC2: ", tgc)
    169         print([(x, y) for x, y, in req.headers.items()])
    170167        if username and password and valid_lt or tgc:
    171168            # act as credentials acceptor
Note: See TracChangeset for help on using the changeset viewer.