Skip to content

Commit

Permalink
removed commented code (apache#47285)
Browse files Browse the repository at this point in the history
  • Loading branch information
seangaaab authored Mar 3, 2025
1 parent f94174a commit 0eb4d91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions airflow/ui/src/layouts/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ export const TOKEN_QUERY_PARAM_NAME = "token";

export const BaseLayout = ({ children }: PropsWithChildren) => {
const instanceName = useConfig("instance_name");
// const instanceNameHasMarkup =
// webserverConfig?.options.find(
// ({ key }) => key === "instance_name_has_markup",
// )?.value === "True";

if (typeof instanceName === "string") {
document.title = instanceName;
Expand Down

0 comments on commit 0eb4d91

Please sign in to comment.