LAPTOP-SNT8I5JK\Boounion
2025-07-16 789af4f4a7baee07bd6c2c03588afcb19555343b
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;
   }