[chronojump] Removed encoderThreadBG status continuous log
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Removed encoderThreadBG status continuous log
- Date: Mon, 30 Jan 2017 18:53:55 +0000 (UTC)
commit 6ddfb212fa289d8392fd2e64f0a90b7f8fdab80d
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Jan 30 19:53:06 2017 +0100
Removed encoderThreadBG status continuous log
src/gui/encoder.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 77833e8..589faea 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -5088,7 +5088,9 @@ public partial class ChronoJumpWindow
hscale_encoder_capture_inertial_angle_now.Value = eCaptureInertialBG.AngleNow;
Thread.Sleep (50);
- LogB.Information(" CapBG:"+ encoderThreadBG.ThreadState.ToString());
+
+ //don't plot info here because this is sorking all the time
+ //LogB.Information(" CapBG:"+ encoderThreadBG.ThreadState.ToString());
return true;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]