Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Dec 6, 2024
1 parent 3907b29 commit 545da46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { RESET_CARDS_ACTION, SET_LOGIN_ACTION } from '@shell/config/page-actions
import { STEVE_NAME_COL, STEVE_STATE_COL } from '@shell/config/pagination-table-headers';
import { PaginationParamFilter, FilterArgs, PaginationFilterField, PaginationArgs } from '@shell/types/store/pagination.types';
import ProvCluster from '@shell/models/provisioning.cattle.io.cluster';
import devConsole from 'utils/dev-console';
import { sameContents } from 'utils/array';
export default defineComponent({
Expand Down Expand Up @@ -427,8 +426,6 @@ export default defineComponent({
* Filter out hidden clusters from list of all clusters
*/
filterRowsLocal(rows: any[]) {
devConsole.warn('filterRowsLocal', rows, filterHiddenLocalCluster(filterOnlyKubernetesClusters(rows || [], this.$store), this.$store));
return filterHiddenLocalCluster(filterOnlyKubernetesClusters(rows || [], this.$store), this.$store);
},
Expand Down

0 comments on commit 545da46

Please sign in to comment.