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