[chronojump] Minor change
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor change
- Date: Tue, 15 Mar 2022 15:44:49 +0000 (UTC)
commit 826d814efa4f5b523527707de9dfc2763e15f031
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Mar 15 16:44:38 2022 +0100
Minor change
src/gui/app1/runEncoder.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index 0c5500c30..ce175f7ed 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -1076,7 +1076,7 @@ public partial class ChronoJumpWindow
foreach(string row in contents)
{
- LogB.Information("row: " + row);
+ //LogB.Information("row: " + row);
if(count < 3)
{
count ++;
@@ -1102,9 +1102,9 @@ public partial class ChronoJumpWindow
if(timePre2 > 0)
{
- LogB.Information(string.Format("accel at load is: {0} m/s",
- UtilAll.DivideSafe(reCGSD.RunEncoderCaptureSpeed -
speedPre2,
- UtilAll.DivideSafe(reCGSD.Time, 1000000) -
timePre2)));
+ //LogB.Information(string.Format("accel at load is: {0} m/s",
+ // UtilAll.DivideSafe(reCGSD.RunEncoderCaptureSpeed -
speedPre2,
+ // UtilAll.DivideSafe(reCGSD.Time, 1000000) -
timePre2)));
//accel/time
cairoGraphRaceAnalyzerPoints_at_l.Add(new PointF(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]