diff --git a/gui.go b/gui.go index ed4c018..135e1aa 100644 --- a/gui.go +++ b/gui.go @@ -106,7 +106,6 @@ func mainWindow(title string) { }) gr.NewButton("test smartwindow()", func () { - log.Jeff(INFO, "jcarr") if me.fixWindow == nil { me.fixWindow = smartwindow.New() me.fixWindow.SetParent(me.myGui)