mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Remove console logs
This commit is contained in:
parent
f4dc7028f0
commit
80d854d214
@ -92,12 +92,9 @@ export const AvatarEditorView: FC<AvatarEditorViewProps> = props =>
|
||||
|
||||
for(let [ index, value ] of parser.looks.entries())
|
||||
{
|
||||
console.log(index, value);
|
||||
savedFigures[(index - 1)] = [ value[0], value[1] ];
|
||||
}
|
||||
|
||||
console.log(savedFigures);
|
||||
|
||||
setSavedFigures(savedFigures)
|
||||
}, []);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user