mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-30 10:06:07 +01:00
Remove debug code.
This commit is contained in:
@@ -30,10 +30,7 @@ abstract class ControllerBase extends ScalatraFilter with ClientSideValidationFo
|
||||
protected def Unauthorized() = redirect("/")
|
||||
|
||||
protected def baseUrl = {
|
||||
println(request.getRequestURL.toString)
|
||||
println(request.getRequestURI)
|
||||
val url = request.getRequestURL.toString
|
||||
println(url.substring(0, url.length - request.getRequestURI.length))
|
||||
url.substring(0, url.length - request.getRequestURI.length)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user