Skip to content

Commit

Permalink
Fix regression introduced in 386e686
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Dec 22, 2016
1 parent 036397c commit b30835e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pwnlib/adb/adb.py
Expand Up @@ -298,10 +298,6 @@ def __getattr__(self, name):
>>> adb.getprop(property) == device.getprop(property)
True
"""
if name in self.__deferred_fields:
self._do_deferred_initialization()
return getattr(self, name)

with context.local(device=self):
g = globals()

Expand Down

0 comments on commit b30835e

Please sign in to comment.