mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
remove log of directory
This commit is contained in:
1
main.go
1
main.go
@@ -52,7 +52,6 @@ func main() {
|
|||||||
debuggingPointer := flag.Bool("debug", false, "a boolean")
|
debuggingPointer := flag.Bool("debug", false, "a boolean")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
debugging = *debuggingPointer
|
debugging = *debuggingPointer
|
||||||
fmt.Println(homeDirectory() + "/go/src/github.com/jesseduffield/lazygit/development.log")
|
|
||||||
devLog("\n\n\n\n\n\n\n\n\n\n")
|
devLog("\n\n\n\n\n\n\n\n\n\n")
|
||||||
startTime = time.Now()
|
startTime = time.Now()
|
||||||
verifyInGitRepo()
|
verifyInGitRepo()
|
||||||
|
Reference in New Issue
Block a user