diff --git a/sen2chain/products.py b/sen2chain/products.py
index 5159cc160a9f77a5b3028c099e26d541d1c49659..010c21d01c07d9fe8e646d9d41884b56c94c753a 100755
--- a/sen2chain/products.py
+++ b/sen2chain/products.py
@@ -1043,10 +1043,6 @@ class L2aProduct(Product):
     def thin_cirrus_percentage(self):
         return self._get_metadata_value(key="THIN_CIRRUS_PERCENTAGE")
 
-    @property
-    def cloud_coverage_percentage(self):
-        return self._get_metadata_value(key="CLOUD_COVERAGE_PERCENTAGE")
-
     # FOOTPRINT
     @property
     def footprint(self) -> List[Tuple[float, float]]: