Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
removing a comment that relates to issue #257.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jan 5, 2016
1 parent a9b3f43 commit 8462ff0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bauble/plugins/garden/plant.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,6 @@ def duplicate(self, code=None, session=None):
return plant

def markup(self):
#return "%s.%s" % (self.accession, self.plant_id)
# FIXME: this makes expanding accessions look ugly with too many
# plant names around but makes expanding the location essential
# or you don't know what plants you are looking at
return "%s%s%s (%s)" % (self.accession, self.delimiter, self.code,
self.accession.species_str(markup=True))

Expand Down

0 comments on commit 8462ff0

Please sign in to comment.