summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-09 07:47:40 -0600
committerJeff Carr <[email protected]>2024-01-09 07:47:40 -0600
commitad8a25d85f50dfe27dbefa5267749e61c0cb16b3 (patch)
tree5028b67e2cdf819f18cd04dbf23302593fe53183
parentd04767a0ff417af97034e01b1b5a7b577739c980 (diff)
go.wit.com/log changes
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--gui.go1
1 files changed, 0 insertions, 1 deletions
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)