Skip to content

Commit

Permalink
remove testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Jun 26, 2024
1 parent af2edb4 commit 0ffe236
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/token/rewards/RewardsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useEffect } from 'react';

import { useFeatureGate, useStatsigUser } from '@statsig/react-bindings';
import { shallowEqual } from 'react-redux';
import { useNavigate } from 'react-router-dom';
import styled from 'styled-components';
Expand All @@ -16,7 +15,6 @@ import { useBreakpoints } from '@/hooks/useBreakpoints';
import { useComplianceState } from '@/hooks/useComplianceState';
import { useEnvConfig } from '@/hooks/useEnvConfig';
import { useEnvFeatures } from '@/hooks/useEnvFeatures';
import { StatSigFlags, useStatSigGateValue } from '@/hooks/useStatsig';
import { useStringGetter } from '@/hooks/useStringGetter';
import { useTokenConfigs } from '@/hooks/useTokenConfigs';

Expand Down Expand Up @@ -57,10 +55,6 @@ const RewardsPage = () => {
const { isTablet, isNotTablet } = useBreakpoints();
const canViewAccount = useAppSelector(calculateCanViewAccount);

const { user } = useStatsigUser();
const gate = useFeatureGate('ff_skip_migration');
console.log('Xcxc', useStatSigGateValue(StatSigFlags.ffSkipMigration), user, gate);

const { usdcDenom } = useTokenConfigs();
const usdcDecimals = 24; // hardcoded solution; fix in OTE-390
const { isStakingEnabled } = useEnvFeatures();
Expand Down

0 comments on commit 0ffe236

Please sign in to comment.