Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
burakekim committed Jan 9, 2025
1 parent 3590666 commit 4593510
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions torchgeo/datasets/eurocrops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4593510

Please sign in to comment.