From ad8a25d85f50dfe27dbefa5267749e61c0cb16b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Jan 2024 07:47:40 -0600 Subject: [PATCH] go.wit.com/log changes Signed-off-by: Jeff Carr --- gui.go | 1 - 1 file changed, 1 deletion(-) 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)