summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-06-05 19:32:27 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-06-05 19:32:27 +1000
commitceeca40fe55f3655c003a91d734699a5454f3304 (patch)
tree308cb3a0c63a67c8216847ede3811e0462f6ac4c /main.go
parent13781438897ed8e0e29e750804ce8c26cd560533 (diff)
remove log of directory
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index a84700ccf..9e7b52683 100644
--- a/main.go
+++ b/main.go
@@ -52,7 +52,6 @@ func main() {
debuggingPointer := flag.Bool("debug", false, "a boolean")
flag.Parse()
debugging = *debuggingPointer
- fmt.Println(homeDirectory() + "/go/src/github.com/jesseduffield/lazygit/development.log")
devLog("\n\n\n\n\n\n\n\n\n\n")
startTime = time.Now()
verifyInGitRepo()