Removed debug spam
This commit is contained in:
parent
b6b3b8c5b0
commit
ce90377b2d
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ impl DB {
|
|||
diesel::delete(users::table).execute(connection)?;
|
||||
for config_user in config_users {
|
||||
let new_user = NewUser::new(&config_user.name, &config_user.password);
|
||||
println!("new user: {}", &config_user.name);
|
||||
diesel::insert(&new_user)
|
||||
.into(users::table)
|
||||
.execute(connection)?;
|
||||
|
|
Loading…
Add table
Reference in a new issue