Index: build/android/pylib/remote/device/remote_device_environment.py |
diff --git a/build/android/pylib/remote/device/remote_device_environment.py b/build/android/pylib/remote/device/remote_device_environment.py |
index 97c1e59be522db11e7bf883f1c0f243c4c40a10a..7730a9841d199c48e01844cab979a1ff427b8709 100644 |
--- a/build/android/pylib/remote/device/remote_device_environment.py |
+++ b/build/android/pylib/remote/device/remote_device_environment.py |
@@ -330,11 +330,6 @@ class RemoteDeviceEnvironment(environment.Environment): |
return self._network_config |
@property |
- def only_output_failures(self): # pylint: disable=no-self-use |
- # TODO(jbudorick): Remove this once b/18981674 is fixed. |
- return True |
- |
- @property |
def results_path(self): |
return self._results_path |