Skip to content

Commit e3b915d

Browse files
authored
veb.auth: remove accidental println() call (#25422)
1 parent 9772649 commit e3b915d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎vlib/veb/auth/auth.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pub:
2525
}
2626

2727
pub fn new[T](db T) Auth[T] {
28-
println('creating table Token')
2928
set_rand_crypto_safe_seed()
3029
sql db {
3130
create table Token

0 commit comments

Comments
 (0)