Skip to content

Commit

Permalink
fix: remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 30, 2023
1 parent d41985b commit 74f843d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vaults/components/list/VaultListFactory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export function VaultListFactory(): ReactElement {
} = useVaultsFactoryQueryArguments();
const {activeVaults} = useVaultFilter(categories, chains);

console.log(categories);
/* 🔵 - Yearn Finance **************************************************************************
** Then, on the activeVaults list, we apply the search filter. The search filter is
** implemented as a simple string.includes() on the vault name.
Expand Down

0 comments on commit 74f843d

Please sign in to comment.