[chronojump] Code clean on forceSensor export
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Code clean on forceSensor export
- Date: Thu, 4 Mar 2021 11:54:59 +0000 (UTC)
commit 5e90247462acac5d061b3f7997171d335e360d7d
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Mar 4 12:53:54 2021 +0100
Code clean on forceSensor export
src/forceSensor.cs | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)
---
diff --git a/src/forceSensor.cs b/src/forceSensor.cs
index 597da5f4..573f75c1 100644
--- a/src/forceSensor.cs
+++ b/src/forceSensor.cs
@@ -3039,23 +3039,11 @@ public class ForceSensorExport
return false;
}
- // 3) CSV
- File.Copy(UtilEncoder.GetmifExportFileName(), exportURL, true);
-
- LogB.Information("done copy export files with images!");
- } else
- File.Copy(UtilEncoder.GetmifExportFileName(), exportURL, true);
+ //LogB.Information("done copy export files with images!");
+ }
- /*
- ForceSensorGraph fsg = new ForceSensorGraph(
- //fs.CaptureOption,
- rfdList, impulse,
- duration, durationPercent,
- //title, exercise, fs.DateTimePublic, new TriggerList(),
- //rep.sampleStart, rep.sampleEnd,
- forceSensorStartEndOptimized,
- );
- */
+ //copy the CSV
+ File.Copy(UtilEncoder.GetmifExportFileName(), exportURL, true);
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]