Clean up remaining test code

This commit is contained in:
okvdai
2023-06-08 15:06:07 +02:00
parent 40f1af931e
commit a18c59931f
2 changed files with 0 additions and 4 deletions
@@ -37,8 +37,6 @@ bool function pulseRequestData(string givenURL, table parameterTable, string tab
foreach (key, value in parameterTable)
{
requestTable[string(key)] <- [string(value)]
pulsePrintt(string(key))
pulsePrintt(string(value))
}
return NSHttpGet(givenURL, requestTable, onSuccess, onFailure)
}