fix: remove console log

This commit is contained in:
MAZE 2024-04-25 20:23:39 +03:30
parent a46a4cdc96
commit 7c6f068d15

View file

@ -28,8 +28,6 @@ export function Setting({ onChange, onClose, show, times }: SettingProps) {
const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => { const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {
e.preventDefault(); e.preventDefault();
console.log({ values });
const newValues: Record<string, number> = {}; const newValues: Record<string, number> = {};
Object.keys(values).forEach(name => { Object.keys(values).forEach(name => {