Skip to content

Commit 289f4f3

Browse files
committed
cleanup logging
1 parent bbcadcb commit 289f4f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/tabs/revlog.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ impl Revlog {
140140
{
141141
if let Some(Ok(branches)) = branches.result()
142142
{
143-
log::info!(
144-
"branches: {}",
145-
branches.len()
146-
);
147143
self.list.set_branches(branches);
148144
self.update()?;
149145
}

0 commit comments

Comments
 (0)