From e3b915dac183902833f2358a6fb76c46d07a52c3 Mon Sep 17 00:00:00 2001 From: CreeperFace <165158232+dy-tea@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:25:32 +0100 Subject: [PATCH] veb.auth: remove accidental println() call (#25422) --- vlib/veb/auth/auth.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/veb/auth/auth.v b/vlib/veb/auth/auth.v index 681ca1fd1..1da3225db 100644 --- a/vlib/veb/auth/auth.v +++ b/vlib/veb/auth/auth.v @@ -25,7 +25,6 @@ pub: } pub fn new[T](db T) Auth[T] { - println('creating table Token') set_rand_crypto_safe_seed() sql db { create table Token -- 2.39.5