Skip to content

Commit

Permalink
refactor: clean console log
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Jan 9, 2025
1 parent cc324f3 commit 5771d8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/dashboard/subsettings/TokenSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export function TokenSettingsDashboardView({

const [loading, setLoading] = useState(false);

console.log({ aoTokens });

const token = useMemo(() => {
const aoToken = aoTokens.find((ao) => ao.processId === id);
if (!aoToken) return;
Expand Down

0 comments on commit 5771d8b

Please sign in to comment.