mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
cleanup logging
This commit is contained in:
parent
bbcadcb5d1
commit
289f4f3630
1 changed files with 0 additions and 4 deletions
|
|
@ -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()?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue