Skip to content

Commit

Permalink
remove old commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Stjerna committed Feb 10, 2013
1 parent ea21db2 commit 2ddf11d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/xapian_music.py
Expand Up @@ -95,8 +95,6 @@ def search(dbpath, querystring):
matches.append({'id': match.docid,
'rank' : match.rank + 1,
'percent' : match.percent,
# FIXME handle the case where there are no tags here
#'tags' : json.loads(unicode(match.document.get_value(XAPIAN_TAGS))),
'data' : json.loads(unicode(match.document.get_data()))})


Expand Down

0 comments on commit 2ddf11d

Please sign in to comment.