Remove debug code.

This commit is contained in:
takezoe
2013-07-11 19:03:55 +09:00
parent ee6d17d165
commit 07cdc6002d

View File

@@ -52,7 +52,6 @@ class BasicAuthenticationFilter extends Filter with RepositoryService with Accou
} catch { } catch {
case ex: Exception => { case ex: Exception => {
logger.error("error", ex) logger.error("error", ex)
ex.printStackTrace()
requireAuth(response) requireAuth(response)
} }
} }