mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
SourceCode/Bond/Servo/CReport.cpp
@@ -81,17 +81,6 @@
         }
      }
      /*
      for (int i = 0; i < m_variabels.size(); i++) {
         strResult += std::to_string(m_variabels[i]->getVarialbleId());
         strResult += "(";
         strResult += m_variabels[i]->getName();
         strResult += ")";
         if (i != m_variabels.size() - 1) {
            strResult += ",";
         }
      }
      */
      return strResult;
   }