diff options
| author | Jeff Carr <[email protected]> | 2023-04-11 15:25:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-11 15:25:03 -0500 |
| commit | 874e0beffad469f713d0435524e0a2f12dcfd978 (patch) | |
| tree | d3e97b958aaa73b8f1c754ee30a856b72ec9f5cf /main.go | |
| parent | b24cc5898604191df7bfc2cacd7bc5043fa14a42 (diff) | |
andlabs is broken
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 } |
