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 9686e92f..e926e63d 100644
--- a/manager/updatestate.go
+++ b/manager/updatestate.go
@@ -24,8 +24,6 @@ const (
var updateState = UpdateStateUnknown
func checkForUpdates() {
- defer printPanic()
-
if !version.IsRunningOfficialVersion() {
log.Println("Build is not official, so updates are disabled")
updateState = UpdateStateUpdatesDisabledUnofficialBuild