diff --git a/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp b/source/RobotAPI/gui-plugins/SensorActorWidgetsPlugin/ArmarXPlotter/ArmarXPlotter.cpp index 8d51d32a7642c08d99ea78908a3acd425ec15c73..66a36d751aa8926a59f92cc64bfca835e94d8200 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();