summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorAnthony HAMON <hamon.anth@gmail.com>2018-09-02 17:15:27 +0200
committerAnthony HAMON <hamon.anth@gmail.com>2018-09-04 06:21:58 +0200
commit43ad9a81c282022203e45ae3088b93763320bccc (patch)
treea4b478b0154216120c9410ed55819daf12989a9f /main.go
parent9f7775df263a83c5e0e845955a7abcd989f62d2a (diff)
merge setup in function that create a new git command
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.go b/main.go
index 6193f43d3..25e55d364 100644
--- a/main.go
+++ b/main.go
@@ -49,11 +49,5 @@ func main() {
panic(err)
}
- if err := app.GitCommand.SetupGit(); err != nil {
- app.Log.Error(err.Error())
- fmt.Println(err)
- os.Exit(1)
- }
-
app.Gui.RunWithSubprocesses()
}