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."""
|
"""Returns the right storage class according to the configuration."""
|
||||||
global _storage
|
global _storage
|
||||||
|
|
||||||
# TODO hard code to local for now
|
|
||||||
kind = app.config['STORAGE_KIND']
|
kind = app.config['STORAGE_KIND']
|
||||||
# if not kind:
|
|
||||||
# kind = cfg.storage.lower()
|
|
||||||
if kind in _storage:
|
if kind in _storage:
|
||||||
return _storage[kind]
|
return _storage[kind]
|
||||||
if kind == 's3':
|
if kind == 's3':
|
||||||
|
|
Reference in a new issue