From 33d20784131ff4b92de9ca6c1d71fa82e3c63623 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sun, 4 Jul 2021 09:15:16 +0100 Subject: [PATCH] Remove obsolete debugging line --- yama/src/bin/yama.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/yama/src/bin/yama.rs b/yama/src/bin/yama.rs index d30b68c..6d98f8c 100644 --- a/yama/src/bin/yama.rs +++ b/yama/src/bin/yama.rs @@ -239,8 +239,6 @@ fn main() -> anyhow::Result<()> { let (other_pile, other_rp_bypass) = open_pile_with_work_bypass(&other_pile_path, &descriptor_other, bypass_level)?; - info!("loaded"); - push_to( Arc::new(this_pile), this_rp_bypass,