aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manager/updatestate.go
diff options
context:
space:
mode:
Diffstat (limited to 'manager/updatestate.go')
-rw-r--r--manager/updatestate.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/manager/updatestate.go b/manager/updatestate.go
index 2e82baf8..4b2cf1c1 100644
--- a/manager/updatestate.go
+++ b/manager/updatestate.go
@@ -31,8 +31,6 @@ func checkForUpdates() {
return
}
- time.Sleep(time.Second * 10)
-
first := true
for {
update, err := updater.CheckForUpdate()