chore: rm debugging statement
This commit is contained in:
parent
bc7153a060
commit
d30d4e29b8
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ impl Home {
|
||||||
let ctx = RefCell::new(context(settings));
|
let ctx = RefCell::new(context(settings));
|
||||||
if let Some(sites) = sites {
|
if let Some(sites) = sites {
|
||||||
ctx.borrow_mut().insert(PAYLOAD_KEY, sites);
|
ctx.borrow_mut().insert(PAYLOAD_KEY, sites);
|
||||||
println!("{:#?}", sites)
|
|
||||||
}
|
}
|
||||||
Self { ctx }
|
Self { ctx }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue