Remove UA worm and cache (#6809)

This commit is contained in:
Harshavardhana 2018-11-13 23:48:55 -08:00 committed by Nitish Tiwari
parent f19f957668
commit cf26c937e4

View File

@ -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")
}