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; }