Skip to content

Commit 9de4d45

Browse files
committed
fixup! Show divergence from base branch in branches list
1 parent 5db3af2 commit 9de4d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/git_commands/branch_loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (self *BranchLoader) GetBehindBaseBranchValuesForAllBranches(
194194
}
195195

196196
err := errg.Wait()
197-
self.Log.Infof("time to get behind base branch values for all branches: %s", time.Since(t))
197+
self.Log.Debugf("time to get behind base branch values for all branches: %s", time.Since(t))
198198
renderFunc()
199199
return err
200200
}

0 commit comments

Comments
 (0)