From 396e8570353be42637caac7813d89a9de3d69a46 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 2 Oct 2012 10:59:54 -0400 Subject: [PATCH] removed profanity --- python_apps/media-monitor2/media/monitor/pure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python_apps/media-monitor2/media/monitor/pure.py b/python_apps/media-monitor2/media/monitor/pure.py index adeebfe69..ec8f1695a 100644 --- a/python_apps/media-monitor2/media/monitor/pure.py +++ b/python_apps/media-monitor2/media/monitor/pure.py @@ -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):