summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.go b/plugin.go
index 75f0635..c0d661f 100644
--- a/plugin.go
+++ b/plugin.go
@@ -234,9 +234,9 @@ func (tk *guiWidget) Disable() {
r.h1 = r.h0 + 2
me.textbox.tk.forceSizes(r)
me.textbox.tk.Show() // actually makes the gocui view. TODO: redo this
- log.Info("textbox should be shown")
+ // log.Info("textbox should be shown")
// showTextbox("Running...")
- me.textbox.tk.dumpWidget("shown?")
+ // me.textbox.tk.dumpWidget("shown?")
me.textbox.tk.setColorModal()
me.textbox.tk.v.Clear()