From b01fcfb4c14a9fb569be705eba4cbe1fbd14a14c Mon Sep 17 00:00:00 2001 From: armar4-demo <armar4-demo@kit.edu> Date: Thu, 17 Nov 2016 18:19:12 +0100 Subject: [PATCH] removed spam in plotter --- .../SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp b/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp index 8d51d32a7..66a36d751 100644 --- a/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp +++ b/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp @@ -336,7 +336,6 @@ namespace armarx pointList.resize(dataVec.size()); auto addMarker = [this](IceUtil::Time & age, VariantPtr & var, std::string & datafieldId) { - ARMARX_INFO << deactivateSpam(1) << "String field: " << var->getString(); std::map < std::string, boost::shared_ptr<QwtPlotMarker>>& markerSubMap = markers[datafieldId][age]; std::string value = var->getString(); -- GitLab