cleanup logging

This commit is contained in:
extrawurst 2022-11-21 18:17:28 +01:00
parent bbcadcb5d1
commit 289f4f3630

View file

@ -140,10 +140,6 @@ impl Revlog {
{
if let Some(Ok(branches)) = branches.result()
{
log::info!(
"branches: {}",
branches.len()
);
self.list.set_branches(branches);
self.update()?;
}