We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a849f commit 0bc4ebcCopy full SHA for 0bc4ebc
1 file changed
app/controllers/Application.scala
@@ -165,11 +165,6 @@ class Application @Inject()(
165
166
def onHandlerNotFound(route: String) = Action { implicit request =>
167
168
- println("******")
169
- println(route)
170
- println(route.startsWith("play-"))
171
- println(route.endsWith("-released"))
172
173
if (route.startsWith("play-") && route.endsWith("-released") && !route.contains("-rc") && !route.contains("-m")) {
174
val version = route
175
.replace("play-", "")
0 commit comments