Skip to content

Commit

Permalink
remove console (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroshch authored Oct 11, 2023
1 parent f7a420b commit e0e97d3
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 e0e97d3

Please sign in to comment.