From cf26c937e443916b9f314fdc73205fe71080518b Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 13 Nov 2018 23:48:55 -0800 Subject: [PATCH] Remove UA worm and cache (#6809) --- cmd/update-main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/update-main.go b/cmd/update-main.go index 4f31ce2f3..08f6b3b54 100644 --- a/cmd/update-main.go +++ b/cmd/update-main.go @@ -253,12 +253,6 @@ func getUserAgent(mode string) string { if mode != "" { uaAppend("; ", mode) } - if len(globalCacheDrives) > 0 { - uaAppend("; ", "feature-cache") - } - if globalWORMEnabled { - uaAppend("; ", "feature-worm") - } if IsDCOS() { uaAppend("; ", "dcos") }