Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Nov 30, 2018
1 parent bad4122 commit e8f03f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions memcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,6 @@ def _map_and_prefix_keys(self, key_iterable, key_prefix):
# server. Returns the mangled key.
server, key = self._get_server(
(serverhash, key_prefix + key))

orig_key = orig_key[1]
else:
key = self._encode_key(orig_key)
if not isinstance(key, six.binary_type):
Expand Down

0 comments on commit e8f03f3

Please sign in to comment.