We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db3af2 commit 9de4d45Copy full SHA for 9de4d45
pkg/commands/git_commands/branch_loader.go
@@ -194,7 +194,7 @@ func (self *BranchLoader) GetBehindBaseBranchValuesForAllBranches(
194
}
195
196
err := errg.Wait()
197
- self.Log.Infof("time to get behind base branch values for all branches: %s", time.Since(t))
+ self.Log.Debugf("time to get behind base branch values for all branches: %s", time.Since(t))
198
renderFunc()
199
return err
200
0 commit comments