Skip to content

Commit 0bc4ebc

Browse files
remove debug
1 parent 87a849f commit 0bc4ebc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/controllers/Application.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ class Application @Inject()(
165165

166166
def onHandlerNotFound(route: String) = Action { implicit request =>
167167

168-
println("******")
169-
println(route)
170-
println(route.startsWith("play-"))
171-
println(route.endsWith("-released"))
172-
println("******")
173168
if (route.startsWith("play-") && route.endsWith("-released") && !route.contains("-rc") && !route.contains("-m")) {
174169
val version = route
175170
.replace("play-", "")

0 commit comments

Comments
 (0)