removed profanity

This commit is contained in:
Rudi Grinberg 2012-10-02 10:59:54 -04:00
parent d72a8e9686
commit 396e857035
1 changed files with 0 additions and 2 deletions

View File

@ -288,8 +288,6 @@ def normalized_metadata(md, original_path):
# TODO : wtf is this for again?
new_md['MDATA_KEY_TITLE'] = re.sub(r'-?%s-?' % unicode_unknown, u'',
new_md['MDATA_KEY_TITLE'])
# ugly mother fucking band aid until enterprise metadata framework is
# working
return new_md
def organized_path(old_path, root_path, orig_md):