Clean up an old TODO.

This commit is contained in:
yackob03 2013-11-04 16:14:37 -05:00
parent ad4e227aff
commit 3698e494a1

View file

@ -130,10 +130,7 @@ def load(kind=None):
"""Returns the right storage class according to the configuration."""
global _storage
# TODO hard code to local for now
kind = app.config['STORAGE_KIND']
# if not kind:
# kind = cfg.storage.lower()
if kind in _storage:
return _storage[kind]
if kind == 's3':