summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-23 09:47:54 -0500
committerJeff Carr <[email protected]>2023-04-23 09:47:54 -0500
commit1322a011e7f5b8665b671d4c5ee4e65804ca75be (patch)
tree24ed995ace7694128d5ecdb4ebafc5da7cd868e3 /watchdog.go
parent2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 (diff)
andlabs: ran without crashing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/watchdog.go b/watchdog.go
index d992bd4..690ca44 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -23,12 +23,6 @@ func Watchdog() {
Config.rootNode.ListChildren(true)
}
}
- if (i == 2) {
- Config.rootNode.LoadToolkit("gocui")
- }
-// if (i == 3) {
-// Config.rootNode.LoadToolkit("andlabs")
-// }
i += 1
time.Sleep(watchtime * time.Second / 10)
}