Skip to content

Commit

Permalink
schemas: remove unused prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero authored and ppanero committed Apr 20, 2021
1 parent b48a7ea commit af12d27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datacite/schema43.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def identifiers(path, values):
alt = ''
doi = ''
for value in values:
print(value['identifierType'])
print(value['identifierType'] == 'DOI')
if value['identifierType'] == 'DOI':
if doi != '':
# Don't know what to do with two DOIs
Expand Down

0 comments on commit af12d27

Please sign in to comment.