Skip to content

Commit 1c2233f

Browse files
committed
cleanup(pr-29799): remove reproduction marker
1 parent 24307af commit 1c2233f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

app/components/UI/Perps/components/PerpsCompactOrderRow/PerpsCompactOrderRow.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
formatPerpsFiat,
1111
PRICE_RANGES_MINIMAL_VIEW,
1212
} from '../../utils/formatUtils';
13-
import { DevLogger } from '../../../../../core/SDKConnect/utils/DevLogger';
1413
import { getPerpsDisplaySymbol, type Order } from '@metamask/perps-controller';
1514
import { strings } from '../../../../../../locales/i18n';
1615
import {
@@ -47,16 +46,6 @@ const PerpsCompactOrderRow: React.FC<PerpsCompactOrderRowProps> = ({
4746
const { styles } = useStyles(styleSheet, {});
4847

4948
const { priceValue, labelKey } = resolveOrderDisplayPriceAndLabel(order);
50-
DevLogger.log(
51-
'[PR-29799] BUG_MARKER: compact order row uses PRICE_RANGES_MINIMAL_VIEW (max 2 decimals) for trigger/limit price',
52-
{
53-
priceValue,
54-
formattedWithMinimal:
55-
priceValue !== null
56-
? formatPerpsFiat(priceValue, { ranges: PRICE_RANGES_MINIMAL_VIEW })
57-
: 'null',
58-
},
59-
);
6049
const formattedPrice =
6150
priceValue !== null
6251
? formatPerpsFiat(priceValue, {

0 commit comments

Comments
 (0)