mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-01 02:56:08 +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 Unauthorized() = redirect("/")
|
||||||
|
|
||||||
protected def baseUrl = {
|
protected def baseUrl = {
|
||||||
println(request.getRequestURL.toString)
|
|
||||||
println(request.getRequestURI)
|
|
||||||
val url = request.getRequestURL.toString
|
val url = request.getRequestURL.toString
|
||||||
println(url.substring(0, url.length - request.getRequestURI.length))
|
|
||||||
url.substring(0, url.length - request.getRequestURI.length)
|
url.substring(0, url.length - request.getRequestURI.length)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user