mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-16 08:58:01 -04:00
remove debug print
This commit is contained in:
parent
6fd34c16ac
commit
fb400a6aea
@ -49,7 +49,7 @@ object Captcha {
|
|||||||
val token = if (rs.next()) {
|
val token = if (rs.next()) {
|
||||||
rs.getInt("token")
|
rs.getInt("token")
|
||||||
}
|
}
|
||||||
println("Added new challenge: " + token.toString)
|
// println("Added new challenge: " + token.toString)
|
||||||
token.asInstanceOf[Int]
|
token.asInstanceOf[Int]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user