diff --git a/torchgeo/datasets/eurocrops.py b/torchgeo/datasets/eurocrops.py index bac2b03552a..8832905c2d6 100644 --- a/torchgeo/datasets/eurocrops.py +++ b/torchgeo/datasets/eurocrops.py @@ -205,9 +205,6 @@ def get_label(self, feature: 'fiona.model.Feature') -> int: # (Parent code is computed by replacing rightmost non-0 character with 0.) hcat_code = feature['properties'][self.label_name] if hcat_code is None: - print( - f"Feature does not contain the label '{self.label_name}'. Skip rendering." - ) return 0 while True: