Removed more unused code

This commit is contained in:
Rudi Grinberg 2012-10-02 10:24:19 -04:00
parent 23635f00f7
commit b8d15d9d6b
1 changed files with 0 additions and 3 deletions

View File

@ -34,6 +34,3 @@ class MMConfig(object):
"""
return mmp.last_modified(self.cfg['index_path'])
# Remove this after debugging...
def haxxor_set(self, key, value): self.cfg[key] = value
def haxxor_get(self, key): return self.cfg[key]