Address review comments
This commit is contained in:
parent
62f1f5f583
commit
43555af63d
2 changed files with 0 additions and 21 deletions
|
@ -18,7 +18,6 @@ def _location_aware(unbound_func):
|
|||
storage = self._storages[preferred]
|
||||
|
||||
if not storage:
|
||||
print locations
|
||||
storage = self._storages[random.sample(locations, 1)[0]]
|
||||
|
||||
storage_func = getattr(storage, unbound_func.__name__)
|
||||
|
|
Reference in a new issue