chore: rm debugging statement

This commit is contained in:
Aravinth Manivannan 2022-12-03 17:45:01 +05:30
parent bc7153a060
commit d30d4e29b8
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ impl Home {
let ctx = RefCell::new(context(settings));
if let Some(sites) = sites {
ctx.borrow_mut().insert(PAYLOAD_KEY, sites);
println!("{:#?}", sites)
}
Self { ctx }
}