Remove obsolete debugging line

This commit is contained in:
Olivier 'reivilibre' 2021-07-04 09:15:16 +01:00
parent 786e943bbd
commit 33d2078413

View File

@ -239,8 +239,6 @@ fn main() -> anyhow::Result<()> {
let (other_pile, other_rp_bypass) = let (other_pile, other_rp_bypass) =
open_pile_with_work_bypass(&other_pile_path, &descriptor_other, bypass_level)?; open_pile_with_work_bypass(&other_pile_path, &descriptor_other, bypass_level)?;
info!("loaded");
push_to( push_to(
Arc::new(this_pile), Arc::new(this_pile),
this_rp_bypass, this_rp_bypass,