summaryrefslogtreecommitdiff
path: root/andlabs.go
diff options
context:
space:
mode:
Diffstat (limited to 'andlabs.go')
-rw-r--r--andlabs.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/andlabs.go b/andlabs.go
index fac4a8b..95c1ad8 100644
--- a/andlabs.go
+++ b/andlabs.go
@@ -7,12 +7,10 @@
package gui
import (
- "log"
-
"git.wit.org/wit/gui/toolkit/andlabs-direct"
)
func trythis() {
- log.Println("not sure what to try")
+ log(debugGui, "not sure what to try")
toolkit.DebugToolkit = true
}