Clean up an old TODO.
This commit is contained in:
parent
ad4e227aff
commit
3698e494a1
1 changed files with 0 additions and 3 deletions
|
@ -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':
|
||||
|
|
Reference in a new issue