1
0
Форкнуть 0

removed a line that would cause demo to crash - whoops

This commit is contained in:
Alex Wang 2015-07-13 18:05:21 -07:00
Родитель 377a618d9a
Коммит dd0f21de63
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -374,8 +374,7 @@ publishWebService <- function(functionName, serviceName, inputSchema, outputSche
# convert the payload to JSON as expected by API
# TODO: consolidate json packages, i.e. use only one if possible
body = RJSONIO::toJSON(req)
print(body)
# Response gatherer
h = RCurl::basicTextGatherer()
h$reset()