diff --git a/RCB.cpp b/RCB.cpp index 5d0b438..7560891 100755 --- a/RCB.cpp +++ b/RCB.cpp @@ -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