Revert "Add ProductEnableLogcatPersistence to product variable"

Revert submission 32984877-EnableLogcatPersistenceOnDesktopUserBuild

Reason for revert: Require additional review from sepolicy team

Reverted changes: /q/submissionid:32984877-EnableLogcatPersistenceOnDesktopUserBuild

Change-Id: Ia745eea0007524b66d3707d28ca9ac105fef392e
diff --git a/android/config.go b/android/config.go
index 5aa75fd..f8a1eaf 100644
--- a/android/config.go
+++ b/android/config.go
@@ -2259,10 +2259,6 @@
 	return c.config.productVariables.AconfigContainerValidation
 }
 
-func (c *deviceConfig) ProductEnableLogcatPersistence() bool {
-	return c.config.productVariables.ProductEnableLogcatPersistence
-}
-
 func (c *config) IgnorePrefer32OnDevice() bool {
 	return c.productVariables.IgnorePrefer32OnDevice
 }
diff --git a/android/variable.go b/android/variable.go
index a9f577d..3da50a3 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -556,8 +556,6 @@
 	// Will be used to install host tools in soong only builds
 	ProductHostPackages []string `json:",omitempty"`
 
-	ProductEnableLogcatPersistence bool `json:",omitempty"`
-
 	EnforceSELinuxTrebleLabeling *bool `json:",omitempty"`
 }