LAPTOP-SNT8I5JK\Boounion
2025-09-10 296cead8add8a66a00aa1ea07c19c1039d098c3b
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;
   }