diff options
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 6 |
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) } |
