Address review comments

This commit is contained in:
Joseph Schorr 2014-09-17 17:49:46 -04:00
parent 62f1f5f583
commit 43555af63d
2 changed files with 0 additions and 21 deletions

View file

@ -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__)