diff --git a/pkg/commands/git.go b/pkg/commands/git.go index 013e1b39c..41133424d 100644 --- a/pkg/commands/git.go +++ b/pkg/commands/git.go @@ -105,7 +105,6 @@ type GitCommand struct { // NewGitCommand it runs git commands func NewGitCommand(log *logrus.Entry, osCommand *OSCommand, tr *i18n.Localizer, config config.AppConfigurer) (*GitCommand, error) { - // var worktree *gogit.Worktree var repo *gogit.Repository // see what our default push behaviour is