| Index: appengine/findit/handlers/build_failure.py
|
| diff --git a/appengine/findit/handlers/build_failure.py b/appengine/findit/handlers/build_failure.py
|
| index 77bd7543a5888fcbaacc7a25f0438334abd7cb6c..4896e94656ebe388cd059266ec9015256f971d29 100644
|
| --- a/appengine/findit/handlers/build_failure.py
|
| +++ b/appengine/findit/handlers/build_failure.py
|
| @@ -397,12 +397,6 @@ def _GetAllSuspectedCLsAndCheckStatus(
|
| class BuildFailure(BaseHandler):
|
| PERMISSION_LEVEL = Permission.ANYONE
|
|
|
| - def _ShowDebugInfo(self):
|
| - # Show debug info only if the app is run locally during development, if the
|
| - # currently logged-in user is an admin, or if it is explicitly requested
|
| - # with parameter 'debug=1'.
|
| - return users.is_current_user_admin() or self.request.get('debug') == '1'
|
| -
|
| def _ShowTriageHelpButton(self):
|
| return users.is_current_user_admin()
|
|
|
|
|