Skip to content

Commit

Permalink
fix: remove needless log
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott committed Nov 6, 2024
1 parent 7f41b7e commit 97ca8ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sx.js/src/utils/strategies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export async function getStrategiesWithParams(
params
};
} catch (e) {
console.log('failed with', e);
return null;
}
})
Expand Down

0 comments on commit 97ca8ca

Please sign in to comment.