| Index: build/android/pylib/utils/report_results.py
|
| diff --git a/build/android/pylib/utils/report_results.py b/build/android/pylib/utils/report_results.py
|
| index 83b80de132b53fa1996af8cb91512fd49e1bb86b..84bbb4dfe077c0e88f3f4094d4ed4c1239af325c 100644
|
| --- a/build/android/pylib/utils/report_results.py
|
| +++ b/build/android/pylib/utils/report_results.py
|
| @@ -110,11 +110,3 @@ def LogFull(results, test_type, test_package, annotation=None,
|
| if flakiness_server:
|
| _LogToFlakinessDashboard(results, test_type, test_package,
|
| flakiness_server)
|
| -
|
| -
|
| -def PrintAnnotation(results):
|
| - """Print buildbot annotations for test results."""
|
| - if not results.DidRunPass():
|
| - buildbot_report.PrintError()
|
| - else:
|
| - print 'Step success!' # No annotation needed
|
|
|