commented logging

This commit is contained in:
dimxy
2019-04-09 14:13:14 +05:00
parent 124983720d
commit 78a9a07106

View File

@@ -394,7 +394,7 @@ void ParseParameters(int argc, const char* const argv[])
}
}
// split string using by space or comma as delimiter char
// split string using by space or comma as a delimiter char
void SplitStr(const std::string& strVal, std::vector<std::string> &outVals)
{
stringstream ss(strVal);