Don't print commands that weren't matched
1 files changed, 0 insertions(+), 3 deletions(-) M Git.go
M Git.go => Git.go +0 -3
@@ 1,7 1,6 @@ package main import ( - "fmt" "os" "os/exec" "log" @@ 146,8 145,6 @@ func events() { show() case "Log": gitlog() - default: - fmt.Println(text) } } win.WriteEvent(e)