summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-11 15:25:03 -0500
committerJeff Carr <[email protected]>2023-04-11 15:25:03 -0500
commit874e0beffad469f713d0435524e0a2f12dcfd978 (patch)
treed3e97b958aaa73b8f1c754ee30a856b72ec9f5cf /main.go
parentb24cc5898604191df7bfc2cacd7bc5043fa14a42 (diff)
andlabs is broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.go b/main.go
index 3a43f87..3e4117b 100644
--- a/main.go
+++ b/main.go
@@ -196,9 +196,9 @@ func New() *Node {
if (os.Getenv("DISPLAY") == "") {
return Config.rootNode
}
- if (LoadPlugin("andlabs")) {
- log(logError, "New() failed to load andlabs")
- }
+// if (LoadPlugin("andlabs")) {
+// log(logError, "New() failed to load andlabs")
+// }
return Config.rootNode
}