Skip to content

Commit

Permalink
cleaning a bit by removing a useless method
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmalloc committed Apr 8, 2012
1 parent f1f89da commit fb7e0c6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/musicsorter.py
Expand Up @@ -111,17 +111,6 @@ def __init__(self, args):
if args.d == True:
self.toggle_debug_mode()

"""
replace to match to a python expression
Not safe for now
@return an array of tag that must be in the expression
"""
def replace_match(self, match):
matching_values = match.split(Params.MATCH_SEPARATOR)
#ignore trailing spaces
matching_values = [i.strip() for i in matching_values]
return match

"""
toggle the debug mode
"""
Expand Down

0 comments on commit fb7e0c6

Please sign in to comment.