summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui.go')
-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)