printlm removed

This commit is contained in:
r8zavetr8v 2024-05-07 00:44:03 +03:00
parent cb5e9db5ef
commit 8f88d0cd28

View File

@ -77,8 +77,6 @@ func (r *repositorySQL) Create(ctx context.Context, user *models.User) error {
values...,
).PlaceholderFormat(sq.Dollar)
fmt.Println(query.ToSql())
if _, err := query.RunWith(r.Conn(ctx)).ExecContext(ctx); err != nil {
return fmt.Errorf("error insert new user. %w", err)
}