Skip to content

Commit

Permalink
fix unnecessary profile queries
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jan 4, 2025
1 parent 506dcb1 commit 59c7168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Asset/AssetAction/AssetAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export default function AssetAction(props: IProps) {
(async function () {
if (props.asset && props.asset.state && addressGroups && addressGroups.length > 0) {
setUpdating(true);
console.log(props.asset, addressGroups, ownersCursor, profilesReducer?.registryProfiles);
try {
let subAddresses = {};
addressGroups[ownersCursor].forEach((address: string) => {
Expand Down

0 comments on commit 59c7168

Please sign in to comment.