Remove commented code

This commit is contained in:
jacobeva 2023-03-08 13:10:28 +00:00
parent f08cc6849b
commit c8374f6c05
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 changed files with 0 additions and 7 deletions

View File

@ -184,13 +184,6 @@ int main()
std::string sSplit;
for (int i = 0; i < sResponse.length(); i++)
{
/*if (sResponse[i] == '\n' && bFilename == true)
{
sData.push_back(sSplit); // add the sSplit string to the vector of strings sCommands
sSplit = ""; // set sSplit to empty
bFilename = false;
}*/
if (sResponse[i] == '=' || sResponse[i] == '&') // if we have reached the end of the parameter
{
sData.push_back(sSplit); // add the sSplit string to the vector of strings sCommands