Skip to content

Commit

Permalink
refactor: Remove test line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Aug 2, 2023
1 parent 5355830 commit 3fa6ad4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/mappings/field_mapping_inaturalist_gbif.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ def extract_gbif_occurrence(self, record):
if emoji:
post_record.emoji.extend([emoji])
lbsn_records.append(post_record)
if post_guid == "7145128":
input(f"Record: {record} \n\nemoji : {emoji}")
return lbsn_records

@staticmethod
Expand Down

0 comments on commit 3fa6ad4

Please sign in to comment.