Remove unused variable
This commit is contained in:
parent
e615ec040f
commit
fb0ba1d8bc
1 changed files with 0 additions and 1 deletions
|
@ -1948,7 +1948,6 @@ aspect = "test"
|
||||||
|
|
||||||
fn test_hook_execution(hook_positions: &[HP], storeid_name: &str) {
|
fn test_hook_execution(hook_positions: &[HP], storeid_name: &str) {
|
||||||
let mut store = get_store_with_config();
|
let mut store = get_store_with_config();
|
||||||
let pos = HP::PreCreate;
|
|
||||||
|
|
||||||
println!("Registering hooks...");
|
println!("Registering hooks...");
|
||||||
for pos in hook_positions {
|
for pos in hook_positions {
|
||||||
|
|
Loading…
Reference in a new issue