mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 06:25:51 +01:00
(refs #28)Remove debug code.
This commit is contained in:
@@ -11,7 +11,6 @@ class SessionCleanupListener extends HttpSessionListener {
|
|||||||
def sessionCreated(se: HttpSessionEvent): Unit = {}
|
def sessionCreated(se: HttpSessionEvent): Unit = {}
|
||||||
|
|
||||||
def sessionDestroyed(se: HttpSessionEvent): Unit = {
|
def sessionDestroyed(se: HttpSessionEvent): Unit = {
|
||||||
println("** session destroyed: " + se.getSession.getId)
|
|
||||||
FileUploadUtil.removeTemporaryFiles()(se.getSession)
|
FileUploadUtil.removeTemporaryFiles()(se.getSession)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user