From 35fcda770de57128d18b47a651649eb4c40c5fb3 Mon Sep 17 00:00:00 2001
From: Markus Grotz <markus.grotz@kit.edu>
Date: Thu, 1 Dec 2016 16:21:15 +0100
Subject: [PATCH] fixed automatic data logging

---
 .../SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.h      | 2 --
 1 file changed, 2 deletions(-)

diff --git a/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.h b/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.h
index 6a66a67ca..29790655f 100644
--- a/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.h
+++ b/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.h
@@ -98,7 +98,6 @@ namespace armarx
             if (!ui.btnLogToFile->isChecked())
             {
                 ui.btnLogToFile->setChecked(true);
-                toggleLogging(true);
             }
             else
             {
@@ -116,7 +115,6 @@ namespace armarx
             if (ui.btnLogToFile->isChecked())
             {
                 ui.btnLogToFile->setChecked(false);
-                toggleLogging(false);
             }
             else
             {
-- 
GitLab