1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00

don't try to give a logrus entry object to gocui

This commit is contained in:
Jesse Duffield 2019-11-10 16:36:57 +11:00
parent 131113b065
commit df72eee201

View File

@ -691,8 +691,6 @@ func (gui *Gui) Run() error {
}
defer g.Close()
g.Log = gui.Log
if gui.Config.GetUserConfig().GetBool("gui.mouseEvents") {
g.Mouse = true
}