Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroshch committed Oct 11, 2023
1 parent 01c9c25 commit 098a345
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ const StrategySettingsModal = (props) => {

const tabsConfig = useMemo(() => {
const tabs = []
console.log(isDerivativePair, isMarginPair)

_forEach(STRATEGY_SETTINGS_TABS, (tab) => {
if (
Expand Down

0 comments on commit 098a345

Please sign in to comment.