Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jan 25, 2024
1 parent 24993fe commit fec4734
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/apps/account/account-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export async function setupTopNavButton(coreStart: CoreStart, config: ClientConf
const dashboardsInfo = await getDashboardsInfoSafe(coreStart.http);
const multitenancyEnabled = dashboardsInfo?.multitenancy_enabled && config.multitenancy.enabled;
const defaultTenantSet = dashboardsInfo?.default_tenant !== ''

Check failure on line 77 in public/apps/account/account-app.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (ubuntu-latest)

Delete `⏎`

Check failure on line 77 in public/apps/account/account-app.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (windows-latest)

Delete `␍⏎`

Check failure on line 77 in public/apps/account/account-app.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (macos-latest)

Delete `⏎`
console.log(dashboardsInfo)
console.log(multitenancyEnabled)
console.log(defaultTenantSet)
;
if (tenantSpecifiedInUrl() || getShouldShowTenantPopup() === false || !multitenancyEnabled || defaultTenantSet ) {

Check failure on line 79 in public/apps/account/account-app.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (ubuntu-latest)

Replace `tenantSpecifiedInUrl()·||·getShouldShowTenantPopup()·===·false·||·!multitenancyEnabled·||·defaultTenantSet` with `⏎······tenantSpecifiedInUrl()·||⏎······getShouldShowTenantPopup()·===·false·||⏎······!multitenancyEnabled·||⏎······defaultTenantSet⏎···`

Check failure on line 79 in public/apps/account/account-app.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (windows-latest)

Replace `tenantSpecifiedInUrl()·||·getShouldShowTenantPopup()·===·false·||·!multitenancyEnabled·||·defaultTenantSet` with `␍⏎······tenantSpecifiedInUrl()·||␍⏎······getShouldShowTenantPopup()·===·false·||␍⏎······!multitenancyEnabled·||␍⏎······defaultTenantSet␍⏎···`

Check failure on line 79 in public/apps/account/account-app.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (macos-latest)

Replace `tenantSpecifiedInUrl()·||·getShouldShowTenantPopup()·===·false·||·!multitenancyEnabled·||·defaultTenantSet` with `⏎······tenantSpecifiedInUrl()·||⏎······getShouldShowTenantPopup()·===·false·||⏎······!multitenancyEnabled·||⏎······defaultTenantSet⏎···`
shouldShowTenantPopup = false;
Expand Down

0 comments on commit fec4734

Please sign in to comment.