Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1585

Show
Ignore:
Timestamp:
12/29/06 11:22:16
Author:
lawouach
Message:

Removing print statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-2.x/cherrypy/filters/sessionfilter.py

    r1583 r1585  
    336336                        # Session expired: deleting it 
    337337                        id = fname[len(self.SESSION_PREFIX):] 
    338                         print file_path 
    339338                        sess.on_delete_session(data) 
    340339                        os.unlink(file_path) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets