format: remove console

This commit is contained in:
fantasticit 2022-08-19 18:51:45 +08:00
parent 7289050350
commit dd9d4c6da3
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ export const ExcalidrawSettingModal: React.FC<IProps> = ({ editor }) => {
);
const renderExcalidraw = useCallback((app) => {
console.log('render', app);
setTimeout(() => {
app.refresh();
});