Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 12, 2024
1 parent 522a919 commit f2b2900
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/web/components/table/asset-balances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ export const AssetBalancesTable: FunctionComponent<{
const { t } = useTranslation();
const featureFlags = useFeatureFlags();

console.log("featureFlags alloyedAssets: ", featureFlags.alloyedAssets);

// State

// search
const [searchQuery, setSearchQuery] = useState<Search | undefined>();
const onSearchInput = useCallback((input: string) => {
Expand Down

0 comments on commit f2b2900

Please sign in to comment.