perf: 去除console,

This commit is contained in:
archer
2023-03-05 23:08:23 +08:00
parent 52a752dab5
commit bf81d23de4
14 changed files with 21 additions and 48 deletions

View File

@@ -34,7 +34,7 @@ const ModelEditForm = ({ model }: { model?: ModelType }) => {
status: 'success'
});
} catch (err) {
console.log(err);
console.error(err);
toast({
title: err as string,
status: 'success'