perf: logs

This commit is contained in:
Archer
2023-03-10 22:12:13 +08:00
parent 7fb76cde0b
commit ed9e72ec9a
14 changed files with 50 additions and 51 deletions

View File

@@ -29,7 +29,7 @@ const Training = ({ model }: { model: ModelType }) => {
const res = await getModelTrainings(id);
setRecords(res);
} catch (error) {
console.error(error);
console.log('error->', error);
}
}, []);