jedcunningham commented on code in PR #47747:
URL: https://github.com/apache/airflow/pull/47747#discussion_r1994183994


##########
providers/fab/src/airflow/providers/fab/www/views.py:
##########
@@ -77,22 +75,11 @@ def index(self):
 
 def show_traceback(error):
     """Show Traceback for a given error."""
-    is_logged_in = get_auth_manager().is_logged_in()
     return (
         render_template(
             "airflow/traceback.html",
-            python_version=sys.version.split(" ")[0] if is_logged_in else 
"redacted",
-            airflow_version=version if is_logged_in else "redacted",
-            hostname=(
-                get_hostname()
-                if conf.getboolean("webserver", "EXPOSE_HOSTNAME") and 
is_logged_in
-                else "redacted"
-            ),
-            info=(

Review Comment:
   We should also axe this then:
   
https://github.com/apache/airflow/blob/545801ce2609610002c0b2b290109c984f43a5bd/providers/fab/src/airflow/providers/fab/www/templates/airflow/traceback.html#L51-L53



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to