From da74e70fe5238b9786f7d4883a365b8b1b7de985 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Tue, 11 Jan 2022 15:06:12 +0100 Subject: [PATCH] fix: remove unused trainLossAttr variable --- .../widgets/TrainingMonitor/components/GeneralInfo/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/widgets/TrainingMonitor/components/GeneralInfo/index.js b/src/components/widgets/TrainingMonitor/components/GeneralInfo/index.js index e331b9ab..c0284b91 100644 --- a/src/components/widgets/TrainingMonitor/components/GeneralInfo/index.js +++ b/src/components/widgets/TrainingMonitor/components/GeneralInfo/index.js @@ -84,7 +84,6 @@ class GeneralInfo extends React.Component { let measure, measures, mltype = null, - trainLossAttr, accpAttr, accAttr, meanIouAttr,