Remove the useless display
This commit is contained in:
parent
686ecf8801
commit
7e797ab644
1 changed files with 0 additions and 1 deletions
|
@ -19,6 +19,5 @@ impl Task {
|
||||||
pub fn execute(&self) {
|
pub fn execute(&self) {
|
||||||
let mut key1 = [0u8; 20];
|
let mut key1 = [0u8; 20];
|
||||||
pbkdf2_hmac::<Sha256>(self.data, DUMMY_SALT, self.cost, &mut key1);
|
pbkdf2_hmac::<Sha256>(self.data, DUMMY_SALT, self.cost, &mut key1);
|
||||||
println!("Task done: {key1:?}");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue