summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpfuncs.go b/helpfuncs.go
index 99024a0..33ab8ed 100644
--- a/helpfuncs.go
+++ b/helpfuncs.go
@@ -32,7 +32,6 @@ func startModelColorUpdater() {
// Initial check
updateCachedModelColor()
-
for range ticker.C {
updateCachedModelColor()
}