refactor(web/skillcheck): remove unused code and comments

This commit is contained in:
Luke
2022-10-18 18:01:53 +02:00
committed by Luke
parent 6264bbcbc9
commit 3fcb9941f7
2 changed files with 5 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import { Box, Center } from '@chakra-ui/react';
import { useEffect, useMemo, useRef, useState } from 'react';
import { useRef, useState } from 'react';
import { useNuiEvent } from '../../hooks/useNuiEvent';
import { debugData } from '../../utils/debugData';
import Indicator from './indicator';
@@ -29,7 +29,7 @@ const difficultyOffsets = {
debugData([
{
action: 'startSkillCheck',
data: [{ areaSize: 250, speedMultiplier: 2 }, 'easy'],
data: [{ areaSize: 250, speedMultiplier: 2 }, 'easy', 'hard'],
},
]);