Skip to content

Commit

Permalink
Drop support for biorXiv parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Mar 23, 2017
1 parent 5cd00db commit 1f5253e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ def present_and_free(self, template):
return False

template_arg_mappings = [
ArgumentMapping(
'biorxiv', r'https?://(dx\.)?doi\.org/10\.1101/([^ ]*)',
group_id=2,
always_free=True),
ArgumentMapping(
'doi',
r'https?://(dx\.)?doi\.org/([^ ]*)',
Expand Down

0 comments on commit 1f5253e

Please sign in to comment.