Remove commented code

This commit is contained in:
Christian Rocha 2020-06-02 19:10:10 -04:00 committed by Christian Muehlhaeuser
parent 2688a8c4a6
commit 4849e0489d

View file

@ -408,7 +408,6 @@ func stashView(m stashModel) string {
// We need to fill any empty height with newlines so the footer reaches
// the bottom.
//numBlankLines := max(0, (m.terminalHeight-stashViewTopPadding-stashViewBottomPadding)%stashViewItemHeight)
numBlankLines := max(0, (m.terminalHeight-stashViewTopPadding-stashViewBottomPadding)-stashViewHeight)
blankLines := ""
if numBlankLines > 0 {