LAPTOP-SNT8I5JK\Boounion
2025-08-27 38f2ff1e5bc6c4434875e03b8cadc8f3f4e39bf6
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;
   }