WebParser: More cosmetics

This commit is contained in:
Brian Ferguson 2013-07-10 17:13:04 -06:00
parent 19c6c58271
commit c3987115ee

View File

@ -815,7 +815,6 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
measure->downloadFile.clear();
}
measure->debug = RmReadInt(rm, L"Debug", 0);
if (measure->debug == 2)
{
@ -1006,7 +1005,6 @@ void ParseData(MeasureData* measure, LPCSTR parseData, DWORD dwSize)
ovector, // output vector for substring information
OVECCOUNT); // number of elements in the output vector
if (rc >= 0)
{
if (rc == 0)